.menu {
	color : #336699;
}
.gray{
	font-family : Arial;
 	font-size : 12px;
 	text-align : justify;
	color : Gray;
}
a.big{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}
a.big:link{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : none;
}
a.big:hover{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-weight : bold;
	text-decoration : underline;
}