.menu:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : black;
	text-decoration : none;
	font-weight: bold;
}
.menu:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : black;
	text-decoration : none;
	font-weight: bold;
}
.menu:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : #4f5175;
	text-decoration : none;
	font-weight: bold;
}
.menu:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14;
	color : #4f5175;
	text-decoration : none;
	font-weight: bold;
}
.content{
	color: black;
	font-size : 12;
	font-family : Arial,Verdana,serif;
}
.contact{
	color: black;
	font-size : 16;
	font-family : Arial,Verdana,serif;
}
.page:LINK{
	color: blue;
	font-size : 14;
	font-family : Arial,Verdana,serif;
	text-decoration : none;
}
.page:ACTIVE{
	color: blue;
	font-size : 14;
	font-family : Arial,Verdana,serif;
	text-decoration : underline;
}
.page:VISITED{
	color: blue;
	font-size : 14;
	font-family : Arial,Verdana,serif;
	text-decoration : none;
}
.page:HOVER{
	color: blue;
	font-size : 14;
	font-family : Arial,Verdana,serif;
	text-decoration : underline;
}