body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FF9999;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #333333;
}
body {
	background-color: #7474A3;
	margin: 0px;
}
.litle {
	font-size: 9px;
	color: #0099FF;
	font-style:italic;
}
.mediu {
	font-size: 20px;
	color: #990000;
}
.grand {
	font-size: 42px;
	color: #6666CC;
}
.grand2 {
	font-size: 42px;
	color: #CC0000;
	font-style: italic;
}
.name {
	font-size: 14px;
	color: #9900FF;
	font-style: italic;	
}
a {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
	font-weight: bold;
}
.footer {
	color: #990000;
	font-size: 14px;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
.next {
	font-size: 20px;
	color: #0099FF;
}
a.next {
	text-decoration: none;
	font-weight: bold;
}
a.next:hover {
	text-decoration: underline;
	font-weight: bold;
}

