
BODY {
		color: #990000;
		background: #00FFFF !important;
		margin:10px 75px 10px 75px;
		padding:0px;
		text-align:center;
	}

* {
		color: inherit;
		background: transparent;
}

* {
		font-family: Comic Sans MS;
		color:#990000;
		text-align:center;
}

A:link {
		color: #0000FF }	/* unvisited links */

A:visited {
		color: #0000FF }   /* visited links   */

A:hover {
		color: #0000FF }   /* user hovers     */

A:active {
		color: #0000FF }   /* active links    */


H1 {
		color: #0000FF;
		font-size: 2em;
	}

H2 {
		color: #990000;
		font-size: 1.5em;
}

H3 {
		color: #0000FF;
		}

sub {color:#0000FF;}
sub1 {color:#990000;}

img {border-color:#0000FF;}

p {font-size:16px;
text-align:left;
}


.style1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align:center;
}


.style2 {
	font-size: 12px;
	vertical-align:top;
}







