/* Make the body black; make the text light blue
*/
body {
	font-size:12pt;
	font-family:verdana;
	color:#99CCFF;
	background:#000000;
}

/* indent paragraphs */

p {
	margin-left:24pt;
	margin-right:24pt;
}

h1 {
	font:24pt, verdana;
	font-weight:bold;
	line-height:30pt;
}

h2 {
	font:18pt;
	font-weight:bold;
	line-height:22pt;
}

/* don't underline links, make all links red.
make links flash blue when activated; */

a {
	text-decoration:none;
}

a:link {
	color:#FFFF00;
}

a:visited {
	color:#FFFF00;
}

a:active {
	color:#FFFF00;
}

a:hover {
	color:#FF0000;
}



