@charset "UTF-8";
/* CSS Document */

a:link {
	color: #970000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;	
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000
	text-decoration: none;
}


.profileText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}