/* CSS Document */


body
{
background-color: #99cc99;
background-image: url('images/bg1.jpg');
background-repeat: repeat;
margin: 50px;
}


table
{
background-color: #99cc99;
width: 650px;
height: 450px;
font-family: garamond;
font-size: 90%;
font-weight: normal;
color: #330000;
border-style: dotted;
border-width: 1;
border-color: #330000;
}

td
{
background-color: #;
width: px;
height: px;
padding: 5px;
text-align: left;
border-style: dotted;
border-width: 0;
}

td.menutop
{
background-color: #;
width: 125px;
height: 75px;
padding: 5px;
text-align: left;
border-style: dotted;
border-width: 0;
}

td.menu
{
background-color: #;
width: 125px;
height: px;
padding: 5px;
text-align: left;
border-style: dotted;
border-width: 0;
}


td.main
{
background-color: #e8f2e8;
padding: 15px;
width: 450px;
height: px;
border-style: dotted;
border-width: 1;
}


td.o
{
background-color: #;
padding: 15px;
width: px;
height: px;
}


td.bottom
{
background-color: #99cc99;
font-family: garamond;
font-size: 90%;
font-weight: normal;
font-color: #330000;
width: px;
height: 30px;
padding: 1px;
text-align: center;
border-style: dotted;
border-width: 0;
}



/*Links*/


a:link
{
color: #330000;
font-weight: bolder;
text-decoration: none;
border: none;
}

a:visited
{
color: #330000;
font-weight: bolder;
text-decoration: none;
}

a:hover
{
color: #ffffff;
font-weight: bolder;
text-decoration: none;
}

a:active
{
color: #ffffff;
font-weight: bolder;
text-decoration: none;
}
