body{
	font-size: 1em;
	color: #fdf0fb;
	line-height: 1.3;
	background-color: #000000;
	background-image: url('../img/topbg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left -130px;
	scrollbar-base-color: #ff66ff;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #fdf0fb;
	scrollbar-arrow-color: #fdf0fb;
	scrollbar-3dlight-color: #fdf0fb;
	scrollbar-highlight-color: #ff99ff;
	scrollbar-shadow-color: #ff99ff;
	scrollbar-darkshadow-color: #ff99ff;
 }
body,table,td,th{
	font-size: 1em;
 	color: #fdf0fb;
	line-height: 1.3;
}

a:link{
	color: #fdf0fb;
}
a:visited{
	color: #fdf0fb;
}
a:hover{
	color: #fdf0fb;
}
a:active{
	color: #ff99ff;
}

.p-small{
	font-size: 0.8em;
	line-height: 1.5;
}
.p-big{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}

.t-small{
	font-size: 0.8em;
}
.t-big{
	font-size: 1.1em;
	font-weight: bold;
}

.sitatable
