body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/bgg.jpg);
}
body,td,th {
	color: #dddddd;
	text-align: center;
}

.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #663300;
	font-weight: bold;
}

.head2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663300;
}

.msg{
	font-size: 15px;
	color: #333300;
	text-decoration: none;
}

.msg:hover{
	text-decoration:underline;
}