body {
	background-color: #000000;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: yes-repeat;
}
a:link{
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
a:active{
	color:#ffffff;
	font-weight: none;
	text-decoration: underline
}
a:visited{
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color:#ffffff;
	font-weight:bold;
	text-decoration: line-through;
}
.head {
	font-family: georgia;
	font-size: 22px;
	color:#A27EFF;
	text-decoration:underline;
}
td {
	font-family: arial, tahoma;
	font-size: 11px;
	color: #ffffff;
}
.sp {
	font-size: 22px;
	color:#000000;
}