body, td, form {
	font-family :  Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	color : #3c493c;
}
.text {
	color : #3c493c;
	text-align : justify;
	margin-left : 30px;
	margin-right : 20px;
	margin-top : 0px;
}
a {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a:link{
	text-decoration : none;	
	color : #3c493c;
}
a:visited{
	text-decoration : none;	
	color : #3c493c;
}
a:hover{
	text-decoration : underline;	
	color : #3c493c;
}

a.porn {
    font-size : 12px;
	font-weight : none;
    margin-right : 10px;
	text-decoration : underline;
	color : blue;
}

a.porn:link {
    font-size : 12px;
	text-decoration : underline;
	color : blue;
}

a.porn:visited {
    font-size : 12px;
	text-decoration : underline;
	color : blue;
}

a.porn:hover {
    font-size : 12px;
	text-decoration : underline;
	color : red;
}
