/* CSS Document */

body {
background-color:black;
font-family:Arial, Helvetica, sans-serif;
color:blue;
margin-right:5%;
margin-left:5%;
margin-top:10%;
}

h1, h2, h3, h4 {
text-align:center;
font-weight:normal;
}

.left {
text-align:left;
}

.right {
text-align:right;
}

.center {
text-align:center;
}

.justify {
text-align:justify;
}

a:visited, a:active, a:link {
	color:white;
	text-decoration:none;
}

img {
border:0;
}

table {
border:0;
padding:3;
}

td.spacer {
width:80px;
}

table.footer {
	width:40%;
	height:15px;
	text-align:center;
}

td.lfooter {
float:left;
width:80px;
}

td.rfooter {
float:right;
width:100px;
}

table.main {
	width:100%;
	height:auto;
}

table.eighty {
width:80%;
height:auto;
}
