html,body {
font-size : 0.8em;
font-family : Arial,Helvetica,sans-serif;
color : #666666;
font-weight: normal;
text-decoration: none;
}

p,ul,li,td {
font-size : 0.8em;
font-family : Arial,Helvetica,sans-serif;
color : #666666;
font-weight: normal;
text-decoration: none;
}

h1 { font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    color: #9999FF;
    font-weight: normal;
    text-decoration: none;
    }

h2 { font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: #61BDDF;
    font-weight: normal;
    text-decoration: none;
    }

a { font-family: Arial,Helvetica,sans-serif;
    font-size: normal;
    color: #3333FF;
    font-weight: normal;
    text-decoration: none;
    }

a:hover { font-family: Arial,Helvetica,sans-serif;
    font-size: normal;
    color: #9999FF;
    font-weight: normal;
    text-decoration: none;
    }