body{
        background-image: url(images/bg_new.gif);
        font-size: 85%;
        font: Verdana;
}

<!-- calendar events -->
td.event{
        font-weight: bold;
}

tr.right{
        text-align: right;
}

td.right{
        text-align: right;
}

td.blink{
        text-align: center;      
        text-decoration: blink;
        color: #FF00FF;
}
td.images{
        text-align: center;
}

table.basic{
        width: 605px;
}

table.header{
        width: 750px;
        vertical-align: middle;
}

tr.header{
        text-align: center;
        vertical-align: middle;
}

td.header{
        text-align: center;
        font-size: 70%;
}


table.menu{
        vertical-align: top;
        width: 170px;
}

tr{
        vertical-align: top;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input{
        font-family: verdana,helvetica,arial,sans-serif,dialog;
        text-align: left;
}

div.header, a.header{
        text-align: center;
        font-weight: bold;
        font-size: 100%;
}

div.header2, a.header2{
        text-align: center;
        font-weight: bold;
}

div.header3, a.header3{
        text-align: center;
        font-weight: bold;
        font-size: 120;
}

div.sub_header{
        font-weight: bold;
        font-size: 90%;
}

div.emphasize {
        font-weight: bold;
        font-style: oblique;
}

div.preformance {
        font-weight: bold;
        font-size: 80%;
}

a:link    {
               font-weight: normal;
               text-decoration: none;
               color: #0000FF; 
               background-color: transparent;
}
a:visited {
                font-weight: normal;
                text-decoration: none;
                color: #0000FF;            
                background-color: transparent;
}
a:active  {
                font-weight: bold;
                text-decoration: none;
                color: Blue; 
                background-color: transparent;
}
a:hover   {
                 font-weight: bold;
                 text-decoration: underline;
                 color: #0000FF;
                 background-color: #00FFFF
}

<!-- Valentine Heading -->

#reddish a{
 font-weight: bold;
 text-decoration: none;
 color: #FF3333; 
 background-color: transparent;
}
#reddish a:hover{
 font-weight: bold;
 color: #FF0000;
 background-color: #FFCCCC;
}

<!-- Ringing In Spring Heading -->

#springish_green a{
 font-weight: bold;
 text-decoration: none;
 color: #33CC00; 
 background-color: transparent;
}
#springish_green a:hover{
 font-weight: bold;
 color: #33CC00;
 background-color: #A8FF8C;
}

































































