/* CSS Document */

<!--
body {
	background-color: #0093d8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #0093d8;
	text-decoration: none;
}
a:visited {
	color: #0093d8;
	text-decoration: none;
}
a:hover {
	color: #362063;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #0093d8;
}
.style_monster {
	color:#000000;
	padding-left:5px;
	font-size:12px;
}