a:link {
	color: #006361;
	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: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #006361
}
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: Trebuchet MS, Verdana, Arial; 
	font-size: 12px; 
	color: #006361
}
ol { 
	font-family: Trebuchet MS, Verdana, Arial;
	 font-size: 12px;
	color: #006361
}
td {
	 font-family: Trebuchet MS, Verdana, Arial; 
	 font-size: 12px; 
	color: #006361
}

.but {
	 font-family: VERDANA;
	 color: #red;
	 font-size: 7pt;
	 font-weight: bold; 	 
	 text-decoration: none; cursor: hand
}
