body
 {
        font-family: verdana, sans-serif;
        font-size: 12px;
        line-height:17px;
        text-align:center;
        background-color :#C4CEB7;
}
 
A:link          {
        color: #D94600;
        text-decoration: none;
} 
A:visited       {
        color: #808000;
        text-decoration: none;
} 
A:active        {
        color: #6699CC;
        text-decoration: none;
} 
A:hover         {
        color: #D94600;
        text-decoration: underline;
} 

.main
{
        width:740px;
        margin-left: auto;
        margin-right: auto;
        padding:30px;
        background:#ffffff;
        text-align:left;
        border: 1px solid #F93;
}

.t
{
    color: #000000;
    font-weight: bold;
        padding-top : 10px;
        padding-bottom: 10px;
        text-align: center;
}

.o {
        color: #F93;
        font size: 16px;
        padding-right : 15px;
        padding-left : 15px;
}

.s
{
        color: #898989;
}

.a
{
        padding-bottom : 3px;
        padding-left : 25px;
}

.d
{
        padding-bottom : 3px;
        font-size: 14px; 
        font-weight: bold;
}

ul {
        margin-left: 20px; 
        padding-bottom : 3px;
        padding-left: 0px; 
        list-style-type: none;
} 

