body 
{
 text-align: center;
 color: black;
 font-family: sans-serif, Verdana;
 font-size: 14px;
 background-image: url('images/bg.gif');
 background-repeat:repeat-x;
}

.info
{
 font-size: 10px;
 color: #666666;
 text-transform: lowercase;
}
.header 
{
 color: #ff3333;
 font-size: 18px;
 text-transform: uppercase;
 font-weight: bold;
}

.home 
{
 font-size: 12px;
 color: #666666;
 text-transform: uppercase;
}

a 
{
 color: inherit;
 font-size: inherit;
 text-transform: inherit;
 font-weight: inherit;
 text-decoration: none;
 font-family: inherit;
}

a:hover 
{
 color: inherit;
 font-family: inherit;
 font-size: inherit;
 text-transform: inherit;
 font-weight: inherit;
 text-decoration: underline;
}

hr 
{
 color: #ff3333;
 text-shadow: none;
 width: 500px;
}

.list 
{
 font-size: 18px;
 color: #336666;
 vertical-align: top;
 text-align: right;
 line-height: 30px;
 font-family: Arial, sans-serif;
 text-transform: capitalize;
}

#cont
{
 display: block;
 padding-right: 20px;
 border-right: 9px solid #666666;
 border-bottom: thin dashed #FFCC00;
}
a#cont:hover
{
color: #FFCC00;
}
