html { overflow-x:hidden;
       overflow-y:hidden; }

body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #cc0066;
}

a:link{
	color : #cc0066;
	text-decoration: underline;
	font-weight : bold;
}
a:visited{
	color : #cc0066;
	text-decoration: underline;
	font-weight : bold;
}
a:hover{
	color: #cc0066;
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color : #cc0066;
	text-decoration: none;
	font-weight : bold;
}

.author{
	font-size: 10px;
	color: #000000;
	text-align: center;
}
