body 	{	
		background-color: #FF0000
	}


li	{	list-style: square;
	}
	

.nav	{
		font-family: verdana, sans-serif;
	}

a:link 	{	color: #FF0000;
		text-decoration: none;
		font-weight: bold;
	}

a:visited 	{	color: #FFFF00;
			text-decoration: none;
		}

a:active 	{	color: #FF0000;
			text-decoration: none;
		}

a:hover {	color: #98FB98;
		text-decoration: none;
	}

h1,h2,h3,h4,h5,h6,h7	{	font-family: Verdana, Helvetica, sans-serif;
				color: black;
			}



h2 	{	text-align: center;
		font-size: .36pt;
			
	}

h3	{	text-align: center;
		font-size: 20pt;
	}

h4	{	text-align: center;
		font-size: 16pt;
	}

#ot	{	font-size: 14pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: red;
	}



p 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color: #000000;
		text-align: center;
		margin-left: 15px;
		margin-bottom: 5px;
		margin-right: 10px;
	}
		


