h1 {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 20;
        font-weight: bold;
        color: black;
        text-decoration: none;
}
p {
        font-family: tahoma, arial,helvetica,sans-serif;
        font-size: 14;
        font-weight: normal;
        color: black;
        text-decoration: none;
}
	
p.bodytext {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 12;
        font-weight: normal;
        color: black;
        text-decoration: none;
}
p.bodytext2 {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 14;
        font-weight: bold;
        color: black;
        text-decoration: none;
}
a.nav1 {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 16;
        font-weight: normal;
        color: yellow;
        text-decoration: none;
}

a.nav1:visited {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 16;
        font-weight: normal;
        color:yellow;
        text-decoration: none;
}

a.nav1:hover{
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-size: 16;
        font-weight: normal;
        color: black;
        text-decoration: none;}

a.bodylink {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 12;
        font-weight: bold;
        color: green;
        text-decoration: none;
}

a.bodylink:visited {
        font-family: verdana, arial,helvetica,sans-serif;
        font-size: 12;
        font-weight: bold;
        color:green;
        text-decoration: none;
}

a.bodylink:hover{
        font-family: verdana, Arial, Helvetica, sans-serif;
        font-size: 12;
        font-weight: bold;
        color: black;
        text-decoration: underline;}


