a, a:link, a:vlink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #ff8686;
	text-decoration: none;
}

.menu, .menu a
{
	font-family: verdana;
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1053c1;
	cursor: hand;
	text-decoration: none;
}
.menu a:hover
{
	font-family: verdana;
	font-size: 16;
	font-weight: bold;
	color: #FF9900;
	background-color: #1053c1;
	cursor: hand;
	text-decoration: none;
}



.title
{
	font-family: verdana;
	font-size: 26;
	font-weight: bold;
	color: #1053c1;
	text-align: center;
	cursor: default;
}

.content
{
	font-family: verdana;
	font-size: 14;
	background-color: #FFFFFF;
	padding: 20;
	text-align: justify;
	cursor: default;
}
