



#mainblock
          {


        color: black;
        font-family: Arial, sans-serif;
        font-size: 12pt;
        width: 800px;
        height: 237px
}

#textblock
          {

        color: black;
        font-family: Arial, sans-serif;
        font-size: 12pt;
        text-align: left;
        width: 600px;
        }

#titleblock
          {

        color: black;
        font-family: Arial, sans-serif;
        font-size: 12pt;
        text-align: center;
        width: 600px;


}

#mainlinks {
        background-position: center;
        border-style: solid;
        border-width: thin;
    border-color: gray;
    text-align: center;
           float: center;
    width: 400px;
    }

#linkblock { color: white;
        text-decoration: none;
        font-size: 10pt;
        font-family: Arial, sans-serif;
                }

 a:link
                { color: black;
        text-decoration: none;
        font-size: 10pt;
        font-family: Arial, sans-serif;
                }


a:visited
                { color: black;
        text-decoration: none;
        font-size: 10pt;
        font-family: Arial, sans-serif;
                }
                }

a:hover {
         color: white;
         text-decoration: none;
         font-size: 10pt;
        font-family: Arial, sans-serif;
                }
         }

a.mail:link
                { color: red; }

a.mail:visited
                { color: blue; }

a.mail:hover
                        { color: gray; }