html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:14pt;
	background-color: rgb(0,0,0);
	color: rgb(255,0,0);
}

a{
	text-decoration: none;
}

a:hover{
	color: rgb(255,140,0);
}

.small{
	font-size:10pt;
}

.header{
	font-size: 24pt;
}

.maintable{
	height:100%;
	width:100%;
}

.footer{
	height:5px;
	text-align:center;
	vertical-align:bottom;
}

.bg{
	height:100%;
	width:100%;
	background-image: url(d200.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

