body {
text-align: center; /* for IE */
background-color: #333333;
margin-top:0px;
}
a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
#container {
margin: 0 auto; /* align for good browsers */
text-align: left; /* counter the body center */
width: 70%;
background-color: #ffffff;
padding: 4px 16px 32px 16px;
border-style: solid
border-color: #000000;
border-width: 1px;
}
p,h2,h3,h4,small,ul {
font-family: arial, helvetica, verdana sans-serif;
}
h4 {
text-weight: normal;
margin-bottom: 0;
margin-top: 0;
}
h3 {
margin-bottom: 0;
}
ul {
margin-top: 3px;
}

