body
{
font-family: gill, helvetica, sans-serif;
width: 320px;
margin: 0px;
border: 0px;
padding: 0px;
}

img
{
margin: 0px;
border: 0px;
padding: 0px;
}

#header
{
border-top: 2px solid;
border-bottom: 2px solid;
border-color: #348;
background-color: #2277dd;
background-image: url("/sml/style/headerDec.png");
background-repeat: repeat-x;
margin-bottom: 3px;
padding-left: 5px;
}

#content
{
margin: 3px;
border: 0px;
padding: 0px;
}

#footer
{
border-top: 2px solid;
border-color: #348;
background-color: #2277dd;
}


a {
text-decoration: none;
font-weight: bold;
}

p {
margin-top: 2px;
margin-bottom: 2px;
}

h1 {
color: #b22;
font-size: 120%;
border-bottom: 1px solid black;
margin-top: 0px;
}

h2, h2 a:link, h2 a:visited {
color: #b22;
font-size: 105%;
margin-top: 2px;
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 0px;
}

ul {
margin-top: 2px;
margin-bottom: 2px;
}

a { font-size: 120%; }
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #b22; }
a:active { color: #c44; }

#header a:link { color: #fff; }
#header a:visited { color: #fff; }
#header a:hover { color: #222; text-decoration: none; }
#header a:active { color: #fff; }
#header td { color: #000; }


