﻿body 
{
    font-family:Arial;
    font-size:smaller;
    margin:0px;
    background-image:url(images/back.jpg);
    background-repeat:repeat-x;
}
HR
{
    height: 11px;
    color: #eaffea;
    border-top: #cdffcd solid 1px;
    border-bottom: #cdffcd solid 1px;
}
UL
{
    margin-top:2px;
}
LI
{
   
    list-style-image:url(images/blob.gif);
    margin-top:6px;
   

    }
.title
{
    height:204px;
   
}
#main IMG 
{
    border-right:outset 1px white;
    border-bottom:outset 1px white;
    margin-right:20px;
}
#main UL
{
    margin-left:16px;
}
#main LI
{
    
    
}
#main
{
    min-width:50em;

    
}
.menu
{
    color:#FFFFFF;
    padding-top:10px;
    padding-bottom:30px;
    font-size:medium;
 }
 .menu a
 {
    color:#FFFFFF;
    text-decoration:none;
 }
  .menu a:hover
{
    color: #dcdcdc;
    text-decoration: none;
}
.now
{
    display:block;

    
}
 a.link 
 {
    color:#000000;
    text-decoration:none;
    font-weight:bold;
 }
 a:hover.link
{
    color: #51514f;
    text-decoration: none;
}
.smaller
{
    font-size:x-small;
}