a:link{
	color: #FF0033;
	text-decoration: none;
}

a:visited{
	color: #FF0033;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

a:active{
	color: #FF0000;
	text-decoration: underline;
}

body {
	background-color: #111;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	margin: 0px;
	scrollbar-3dlight-color: #aaa;
	scrollbar-arrow-color: #f03;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #333;
	scrollbar-track-color: #000;
}

h1, h2, .nAuthor{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aaa;
	margin: 0px;
}

h1{
	color: #fff;
	font-size: 100%;
}

h2{
	font-size: 85%;
}

.nAuthor{
	font-size: 70%;
	}

div{
	border-bottom: 1px solid #ccc;
	margin: 5px;
}


	

