
a { color:#004080; text-decoration: underline;}
a:link { color:#0080c0; text-decoration: underline;}
a:hover {color:#006b9f; text-decoration: underline; }
a.visited {color:#0080c0; text-decoration: none;}
a.active {color:#0080c0; text-decoration: none;}


.menu {
	font-family: "Century Gothic", Verdana, Arial, Times, serif; 
	font-size: 16px
}
.menu a{
	color : #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:active {
	color: #ffffff;
	text-decoration: none;
}


.retorna {
	font-weight: bold; 
	text-align: right;
	font-size: 14px;
	padding-right: 10px;
}
.retorna a{
	color : #004080;
	text-decoration: none;
}
.retorna a:hover {
	color: #004080;
	text-decoration: underline;
}
.retorna a:visited {
	color: #004080;
	text-decoration: none;
}
.retorna a:active {
	color: #004080;
	text-decoration: none;
}


.reply {font-weight: bold; text-align: right}
a.reply {
	color: #ff0000;
	text-decoration: underline;
}
a.reply:hover {
	color: #e80000;
	text-decoration: underline;
}
a.reply:visited {
	color: #ff0000;
	text-decoration: underline;
}
a.reply:active {
	color: #ff0000;
	text-decoration: underline;
}
