body {
background-color: #fff;
margin: 0 0;
}

a:link {color:#00f;}
a:hover {color:#f00;}
a:active {color:#f00;}
a:visited {color:#909;}

h1 {font-size: medium;}
h2 {font-size: small;}
h1, h2, h3, h4, h5, h6 {
color:#c00;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
p, small, ul {
color:#000;
font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}
ul {
list-style: outside disc;
}
input.text {width: 300px;}

strong {font-weight: bold;}
em {font-style: italic;}
small {font-size: xx-small;}

.content {
padding: 5px 5px;
}
.footer {
background: #ccc;
padding: 3px 0px;
border-top: #999 1px solid;
border-bottom: #999 1px solid;
}
