A.noformat:hover{
background:white;
text-decoration:underline;
}
body 
{
	background-color: white;
	font-family: arial;
}

h1 
{
	color: #0066cc;
	font-family: arial;
	text-align: center;
}

h2 
{
	color: #0066cc;
	font-family: arial;
	text-align: center;
}

h3
{
	color: #0066cc;
	font-family: arial;
}

h4
{
	color: #0066cc;
	font-family: arial;
}


h5
{
	color: #0066cc;
	font-family: arial;
}


h6
{
	color: #0066cc;
	font-family: arial;
}


p
{
	color: #000000;
	font-family: arial;
	font-size: 12;
}
dd
{
	color: #000000;
	font-family: arial;
	font-size: 12;
	
}
dt
{
	color: #000000;
	font-family: arial;
	font-weight: bold;
	font-size: 12;
}

th
{
	color: #0066cc;
	font-family: arial;
	font-weight: bold;
	font-size: 12;
	
}

td
{
	color: #0066CC;
	font-family: arial;
	font-size: 12;
}


hr
{	color: #ffcc33;
}

address
{	color: #ffcc33;
	font-size: 10;
}

a:link { 
	color: #0066cc;
	text-decoration: none;
	}
a:visited { 
	color: #ffcc33;
	text-decoration: none;
	}
a:hover { 
	
	
	text-decoration: underline;
	}
a:active 
{ 
	color: #0066cc;
	}


li
{	font-size: 12;
}

img.pic
{	border:  4px solid #ffcc33;
}
