/* Stylesheet for Greek Myths Immortal Biographies
    Michael Wiik 2003 */

/* media all defines everything except font sizes */
@media all {
	body {
			margin : 2% 10% 5% 10%;
			color: black;
			background-color: #fffffc;
	}
	h1, h2, h3, p { font-family: Georgia, "Times New Roman", serif; }
	li { font-family: Verdana, Arial, sans-serif; }


/* Headers */
	h1,h2,h3,h4,h5,h6,h7 {
		font-weight: bold;
		font-style: normal;
		color: #800000;
	}
	
	h1 {
	text-shadow: 0.1em 0.1em #ccc;
}

/* /Headers */

/* Standard Links */
	a:link	{ color:#800000; text-decoration: none; }
	a:visited	{ color:#800000; text-decoration: none; }
	a:active	{ color:#800000; text-decoration: none; }
	a:hover	{ color:#996600; text-decoration: underline; }
/* /Standard Links */

/* Navigation */
	#Breadcrumb { font-family: Verdana, Arial, Helvetica, sans-serif; }
	#ToC li { font-family: Garamond, Georgia, serif; }
	.BackToTop { font-family: Verdana, Arial, Helvetica, sans-serif; }
	#Copyright	{ font-family: Verdana, Arial, Helvetica, sans-serif; }
	#PrimaryNav { font-family: Georgia, serif; font-weight: bold; }
/* /Navigation */

/* Specials */
	A.Quiz { font-family: Verdana, Arial, sans-serif; text-decoration: none;}
		A.Quiz:link { color:#800000; text-decoration: none;}
		A.Quiz:visited { color:#800000; text-decoration: none;}
		A.Quiz:active { color:#800000; text-decoration: none;}
		A.Quiz:hover {color:#996600; text-decoration: underline;}
/* /Specials */

}

/* media screen defines normal browsers on a monitor */

@media screen {
/* Headers */
	h1 { font-size: x-large; }
	h2 { font-size: medium; }
	h3,h4,h5,h6,h7 { font-size: small; }
	p { font-size: 12pt; }

/* /Headers */

/* Navigation */
	#Breadcrumb { font-size: 8pt; }
	#ToC li { font-size: 16pt; }
	.BackToTop { font-size: 8pt; }
	#Copyright { font-size: 8pt; }
	#PrimaryNav { font-size: 12pt; }
/* /Navigation */

/* Specials */

/* /Specials */

}


