html, body, #contents 
{
min-height: 100%;
}

body 
{
background-color: #00CC66;
font-family: Arial, sans-serif
}

.italic
{
font-style:italic;
}
.noborder
{
border: 0px
}

img
{
border: 0px
}

img.start
{
float: left;
margin: 0px;
}

a:link,a:active
{
color: #707070; 
text-decoration: underline 
}
a:visited 
{
color: #000000; 
text-decoration: underline 
}
a:hover 
{
color: #909090; 
text-decoration: none; 
background: #00CC66
}

h1,h2,h4
{
text-align: center;
color: black;
font-family: Verdana, sans-serif;
}
h3
{
text-align: left;
color: black;
font-family: Verdana, sans-serif;
text-decoration: underline
}

div.block
{
font-weight: bold;
font-size: 105%;
text-align: justify;
margin-left: 14%;
margin-right: 14%
}
div.center
{
font-size: 105%;
text-align: center
}
div.tight
{
font-weight: bold;
font-size: 105%;
text-align: left;
margin-left: 30%;
margin-right: 20%
}

table
{
width: 65%;
margin-left: 7%;
border-style: none
}

p
{
clear: both
}

p.indented
{
font-size: 100%;
text-align: left;
margin-left: 4%
}
p.center
{
font-size: 100%;
text-align: center;
}

#footer 
{
position: relative;
bottom: 0;
width: 100%;
font-size: 80%;
text-align: center;
}

