
body 
{
background-color:#c0c0ff;
background-image: url('gradient.png');
background-repeat: repeat-x;
padding: 0px;
}

a
{
color: #0088ff;
text-decoration: underline;
}

a:hover
{
color: #0088ff;
text-decoration: underline;
}

a.menu
{
padding-top: 5px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
color: #000000;
text-decoration: none;
}


a.menu-selected
{
padding-top: 5px;
padding-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
}


a.menu:hover
{
background-color: #ffffff;
color: #000000;
text-decoration: none;
}




div.main
{
background-color: #ffffff;
border-color: #000000;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
width: 100%;
text-align: left;
float: left;

}


div.menu
{
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: courier new;
font-size: 12px;
width: 100%;
text-align: center;
line-height: 200%;
float: left;
}


div.title
{
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: courier new;
font-size: 24px;
font-weight: bold;
width: 100%;
height:60px;
text-align: center;
padding-top: 10px;
float: left;
}

div.footer
{
/*background-image: url('bot.png');
background-position: bottom;
background-repeat: no-repeat;*/
background-color: #ffff00;
border-color: #000000;
border-style: solid;
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
color: #000000;
font-family: courier new;
font-size: 12px;
width: 100%;
text-align: center;
height: 16px;
float: left;
}


div.quote
{
background-color: #ffffff;
width: 720px;
text-align: left;
margin-left:auto;
margin-right:auto;
}


div.total
{
width:846px;
margin-left:auto;
margin-right:auto;
}


p
{
padding-top: 0px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
text-align: left;
color: #000000;
font-family: courier new;
font-size:12px;
text-decoration: none;
text-indent: 35px;
}


img
{
margin: 1px;
border-color: #000000;
border-width: 1px;

}


h1
{
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 2px;
margin-bottom: 0px;
text-align: left;
color: #000000;
font-family: courier new;
font-size:12px;
font-weight: bold;
background-color: #ffff00;
/*background-image: url('htop.png');
background-position: top;
background-repeat: no-repeat;*/
}


h2
{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
text-align: left;
color: #000000;
font-family: courier new;
font-size:12px;
font-weight: bold;
}


hr
{
color: #000000;
background-color: #000000;
height: 1px;
border: 0px;
margin-left: 10px;
width: 50%;
}