body{
	font-family: sans-serif, Arial, Helvetica;
}

p,li,ul{
	color: black;
	font-size: 14px;
}



.small{
font-size: 10px;
}
.head{
	color: black;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 20px;
}

h3{
	color: black;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;
}



LI.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}


A{
font-family:  sans-serif, Arial, Helvetica;
}
A:ACTIVE {
	color : Yellow;
	font-size: 14px;
	text-decoration : underline;
}
A:LINK {
	color : Black;
	font-size: 14px;
	text-decoration : underline;
}

A:VISITED {
	font-size: 14px;
	text-decoration : underline;
	color : #660000;
}
A:HOVER {
	font-size: 14px;
	color : #00A000;
	text-decoration : underline;
}



