html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/* Page header style */
#header{
     width: 100%; 
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

/* Page footer style */
#footer{
     width: 100%;
     background-repeat: repeat;
     border-top: 3px solid #FFD18D;
     padding: 2px;
     font-size: small;
     font-family: Arial, Helvetica, sans-serif;
     text-align: center;
}

body 
{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #660066;
	text-align: center;
}

img
{
border: 0;
}

#maintable
{
width: 800px;
background-color: #D1E8FF;
border: 10px solid #FFD18D;
margin-left: auto;
margin-right: auto

}
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000cc;
	text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
color: #FF6600;
}

a.graphics:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a.graphics:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF9900;
text-decoration: none;
}
a.graphics:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
.text td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
