@charset "utf-8";
/* CSS dokument som beskriver formateringen av Kosmologika. */

body {
	background-color: #ffffff;
	background-image: url(Background.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

td,th {
	font-size: 14px;
}

a:link { color: #0000ff; }
a:visited { color: #800080; }
a:active { color: #e70014; }
/*  a:hover { background-color: #ffff00; } */

h1 {
	font-size: 21px;
; 	text-align: center;
}

h2 { font-size: 17px; 
	 font-weight: normal;
	 line-height: 30px;
}

h3 { font-size: 14px; 
	vertical-align: bottom;
}

.tagline {
	font-size: 16px;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-style: italic;
}

.amazon{
	font-size: 9px;
	font-weight: bold;
}

.hyperlinks {
	font-size: 10px;
}

.picturetext {
	font-size: 10px;
	font-weight: bold;
	vertical-align: bottom;
}

.minitext {
	font-size: 8px;
	font-weight: normal;
}

.quote {
	font-size: 14px;
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-weight: normal;
}

.scientistintro {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}

.sourceinfo {
	font-size: 9px;
	font-weight: normal;
/*	line-height: 30px; */
}

.style8 {font-size: 14px;}

.style10 {font-size: 17px;}

.sidbrytning {page-break-after: always}


#printinfo {display: none;}

 @media print{
/* body {display: none;} */
body { color: #000000; background-color: #ffffff; }
p { font-family: Georgia, Times, serif; font-size: 10pt; }
a:link { color: #0000cc; text-decoration: underline; }
a:visited { color: #0000cc; text-decoration: underline; }
#printinfo { width: 100%; margin: 0; display: inline; font-size: 8pt; font-style: italic; }
}