body
{
font: 12px verdana;
text-align:center;
background-color:#dcdddc;
}


div.container
{
position:relative;
width:1000px;
margin-left:auto;
margin-right:auto;
line-height:150%;
text-align: left;
background-color:white;
}

div.header
{
height:231px;
background-color:white;
text-align: left;
}

div.content
{
padding:7px;
margin-left:7px;
margin-right:7px;
text-align: center;
background-color:white
}

div.footer
{
background-color:white;
font: 14px arial;
padding:2px;
text-align: center;
}

table
{
margin:0;
text-align: left;
font: 12px verdana;
background-color:#ffffff;
}

p.solid
{
border-style: solid;
border-color: green;
background-color:#e6e2cd;
padding:3px;
border-width: 1px;}

p.link
{
border-style: solid;
border-color: teal;
background-color:#ffffff;
padding:3px;
border-width: 1px;}

h3
{
font: 20px arial;
background-color:white;
padding:0px;
color:blue;
}

h1
{
font: 12px verdana;
background-color:white;
padding:2px;
color:blue;
}

img.right
{
float:right;
margin:15px 5px 15px 15px;
}

img.left
{
float:left;
margin:15px 15px 15px 15px;
}

ul.square
{
list-style-type: square;
color: #0d5915
}

a.size:link {color: #000000;  text-decoration: none}
a.size:visited {color: #000000;  text-decoration: none}
a.size:hover {color: #ff0000; text-decoration: none}
a{text-decoration:none;}

</style>