/* CSS Document */

body{
font-family: verdana;
margin: 0px;
}


/*Text Settings*/
.SideMenuText{
font-family: verdana, Garamond;
font-size: 0.8em;
color: #203F5B;
}

.maintext{
font-family: verdana, Garamond;
font-size: 0.8em;
color: #203F5B;
}

p{
font-family: verdana, Garamond;
font-size: 0.8em;
}

h1{
font-family: verdana, Garamond;
font-size: 1.3em;
font-weight: bold;
text-decoration: underline;
}

.bannerslogan{
font-family: verdana, Garamond;
font-size: 1.8em;
font-weight: bold;
color:#FFFFFF;
}

/*Links Settings*/
a:link.Links{
color: #203F5B;
text-decoration: none;
}

a:active.Links{
color: #203F5B;
text-decoration: none;
}

a:visited.Links{
color: #203F5B;
text-decoration: none;
}

a:hover.Links{
color: #203F5B;
font-weight: bold;
text-decoration: underline;
}