body
{
 background-color: #f2e39c;
}

*
{
 font-family: Verdana;
 font-size: 12px;
 line-height: 20px;
 margin: 0px;
 padding: 0px;
 color: #000000;
}

a
{
 font-weight: bold;
 text-decoration: none;
}

a:link
{
 color: #000000;
}

a:visited
{
 color: #000000;
}

a:hover
{
 color: #000000;
 text-decoration: underline;
}

a:focus
{
 color: #000000;
 text-decoration: underline;
}

a:active
{
 color: #000000;
 text-decoration: underline;
}

div.title
{
 display: block;
 width: 1000px;
 background-color: #e0a900;
 font-weight: bold;
 text-align: center;
}

div.menu
{
 display: block;
 width: 200px;
 background-color: #eed474;
 text-align: center;
}

div.front
{
 display: block;
 width: 800px;
 background-color: #ffffff;
}
