/* My StyleSheet */

BODY { 	background-color: black;
	color: white;
	font-family: serif;
	font-style: normal;
	font-size: 12pt;
     }


/* Links: 
   Modified to be red and stay red even after clicking. */


A:LINK {color: yellow}

A:VISITED {color: yellow}

A:ACTIVE {color: red}

A:HOVER {color: white}

/**************/
/* Paragraphs */
/**************/

P.white_headerA
{ 
	color: white;
	font-family: serif;
	font-size: 18pt
}

P.blue_headerB
{
	color: blue;
	font-family: sans-serif;
	font-size: 14pt
}

	
P.yellow_normal
{
	color: yellow;
}


/*********/
/*Headers*/
/*********/
H1 {	font-family: sans-serif;}