/** BASIC */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#3F3F3F;
	
}

a:link {
font-style:normal;
font-weight:bold;
color: #0000FF;
text-decoration:none;
}
a:hover {
font-style:normal;
font-weight: bold;
color: #0000FF;	
}
a:visited {
font-style:normal;
font-weight: bold;
color:#0000FF;
text-decoration:none;
}