a:link {
	color: #000099;
	text-decoration: none
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	text-weight: bold
}
a:active {
	color: #CC0000;
	text-decoration: underline
}
a:visited{
	color: #666666;
}

p {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: times new roman;
	font-size: 20px;
	font-weight: bold; 
	font-style: italic;	
	color: #993366
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold; 
	font-style: italic;	
	color: #cc0000
}

ul { 
    font-family: Verdana; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal 
}
ol { 
	font-family: Verdana;
	 font-size: 11px;
	  font-style: normal; 
	  font-weight: normal 
}
td {
	 font-family: Verdana; 
	 font-size: 11px; 
	 font-style: normal; 
	 font-weight: normal 
}

.but {
	 font-family: verdana;
	 color: #990066;
	 background-color: #EEEE99;
	 font-size: 7pt;
	 text-decoration:
	 none; cursor: hand
}