a:link {

        color: Blue;
        text-decoration: none;
        font-family: sans-serif;
        font: italic normal bolder;
        text-decoration: none;
}
a:hover {
        text-decoration: underline;
        color: Red;
        font-size: middel;
        background-color: #F4D100;
        border-bottom: thick solid #CBCC00;
}
a:active {
        color: Red;
        text-decoration: none;
        font-family: sans-serif;
        font: italic normal bolder larger;
        background: Aqua;
        }
a:visited {
        color: Red;
        text-decoration: none;
        font-family: sans-serif;
        font: italic normal bolder;
        }

body{
        background-color: #FEFF59;
        font: Arial, Helvetica, sans-serif;
}
ol {
     font-family: Courier New,Courier; font-size:12px; line-height:6pt;
}
table {
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-variant: normal;
        font-weight: bolder;
        line-height: normal;
        clear: both;
        margin: auto;
        padding: 1% 1% 1% 1%;
        text-align: center;
        border: 4px;
        border-color: #3333FF;
}
