/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
color:white;
margin-right:5%;
margin-left:5%;
margin-top:5%;
}

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;
}

img {
border:0;
}

table {
border:0;
padding:3;
}

table.main {
	width:100%;
	height:auto;
}

table.eighty {
width:80%;
height:auto;
}

a:visited, a:link, a:active {
color:white;
}