/* external style sheet */

.bodytext {
font-family: verdana; 
font-size: 14px; 
font-weight: 500; 
text-align: justify;
}

.smallbodytext {
font-family: verdana; 
font-size: 14px; 
font-weight: 200; 
text-align: justify;
}

.smalltextcenter {
font-family: verdana; 
font-size: 14px; 
font-weight: 200; 
text-align: center;
}

li {
font-family: verdana; 
font-size: 14px; 
font-weight: 500;
padding-left:50px;
padding-right:30px;
}

A { 
font-family: verdana; 
color:black; 
text-decoration: none; 
}

a:visited {color:black;}
a:active {color:black;}
a:hover {color:red;}

.footertext {
font-family:verdana;
font-size:12px;
font-weight:200;

}