body {
	background-color: #030133;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-image:url(../images/bluebg.jpg);
}
.style1 {
	color: #F1F1F1;
	font-weight: bold;
	font-size: 36px; 
	font-style: italic;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
}


a {
	color: #FF6600;
	cursor:hand;
}
a:link {
	color: #FF6600;
	text-decoration: none;
	cursor:hand;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
	cursor:hand;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
	cursor:hand;
}
a:active {
	text-decoration: none;
	color: #FF6600;
	cursor:hand;
}
