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

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

a:hover
{
color: #0184FF;
text-decoration: underline
}

a.menu
{
padding-top: 5px;
padding-bottom: 6px;
padding-left: 14px;
padding-right: 14px;
color: #000000;
text-decoration: none;
font-family: verdana;
font-size: 100%;


}


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: 800px;
text-align: left;

}


div.menu
{
height: 25px;
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: #ffffff;
font-family: verdana;
font-size: 12px;
width: 800px;
text-align: center;
line-height: 200%
}


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: verdana;
font-size: 28px;
width: 800px;
height:100px;
text-align: center;
}

div.footer
{
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: verdana;
font-size: 10px;
width: 800px;
text-align: center;
line-height: 160%;
height: 16px;
}


p
{
padding: 10px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
color: #000000;
font-family: verdana;
font-size:12px;
text-decoration: none
}


img
{
margin-left: 25px;
margin-right: 25px;
border-width: 1px;
}


img.right
{
float: right;
padding-left: 10px;
border-width: 0px;
}

img.left
{
float: left;
padding-right: 10px;
border-width: 0px;
}

img.main
{
float: center;
border-width: 0px;
}

h1
{
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
color: #000000;
font-family: verdana;
font-size:14px;
text-decoration: bold;
background-color: #ffff00;
}

hr
{
margin-left: 10px;
width: 50%;
}