h1{
	font-family : Arial;
	font-size : 20px;
	color : #339966;	
}

A:ACTIVE {
	font-family : Times new Roman;
	font-size : 14px;
	color : #339966;
	text-decoration : none;
}
A:LINK {
	font-family : Times new Roman;
	font-size : 14px;
	color : #339966;
	text-decoration : none;
}
A:HOVER {
	font-family : Times new Roman;
	font-size : 14px;
	color : #339966;
	text-decoration : none;
}
A:VISITED {
	font-family : Times new Roman;
	font-size : 14px;
	color : #339966;
	text-decoration : none;
}
A:VISITED:HOVER {
	font-family : Times new Roman;
	font-size : 14px;
	color :#339966;
	text-decoration : underline;
}


p {
	font-family : Times new Roman;
	font-size : 14px;
	padding : 3px;
}

td {
	font-family : Times new Roman;
	font-size : 14px;
}


