body { 
color: #0000FF;
padding: 10px;
font-family: arial;
font-size: 1.0em;
text-align: left;
background-image: url();
background-repeat: no-repeat;
background-attachment: fixed;
background-position: +50% +50%;
background-color: #FFFFFF;
margin-left: 10%;
margin-top: 5%;
margin-bottom: 5%;
margin-right: 10%;
}
a:link {
text-decoration: underline;
color: #c40001; 
}
a:hover {
text-decoration: underline;
color: #001e74; 
}
a:visited {
text-decoration: underline;
color: #c40001; 
}
h1 {
font-size: 1.5em;
font-family: arial;
font-weight: bold;
text-align: center;
}
h2 {
font-size: 1.3em;
font-family: arial;
font-weight: bold;
text-align: center;
}
h3 {
font-size: 1.2em;
font-family: arial;
font-weight: bold;
color: #c40001; 
}
h4 {
font-size: 1.1em;
font-family: arial;
font-weight: bold;
text-align: left;
}
h5 {
font-size: 1em;
font-family: arial;
font-weight: bold;
text-align: center;
}
ul{}
li{
list-style-type: circle;
}
#content {
}
#main-text {
text-align: center;
}
p.footer {
font-size: .7em;
text-align: center;
}