@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
}
.maintable {
	background-color: #FFFFFF;
	border: 6px none #FF00FF;
	color: #000000;
}
.maintable h1 {
	font-size: 44px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.maintable a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.maintable a:hover {
	text-decoration: underline;
}
.maintable a:visited {
	color: #FF0000;
	text-decoration: none;
}
.verif {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFF;
}
.smalltext {
	font-size: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
}
