/* CSS Document */

body{
margin: 0;
font-family:Verdana, Arial;
font-size:12px;
color: black;
}

.bodyhead{
font-family:Verdana, Arial;
font-size:14px;
color: black;
}


.body{
font-family:Verdana, Arial;
font-size:12px;
color: black;
}

.body2{
font-family:Verdana, Arial;
font-variant: small-caps;
font-size:14px;
color: black;
}

.poem{
font-family:Verdana, Arial;
font-size:10px;
color: black;
}

.address{
font-family:Verdana, Arial;
font-size:9px;
color: black;
}

.mentors{
font-family:Verdana, Arial;
font-size:18px;
color: white;
}

.notlborder{
border-left: 0px;
border-top: 0px;
border-right: solid #EB7A26 5px;
border-bottom: solid #EB7A26 5px;
}



/*Hyperlink Formats*/

a:link.entry{
font-family:Verdana, Arial;
font-size:24px;
font-weight: bold;
color: black;
text-decoration: none;
}

a:active.entry{
font-family:Verdana, Arial;
font-size:24px;
font-weight: bold;
color: black;
text-decoration: none;
}

a:visited.entry{
font-family:Verdana, Arial;
font-size:24px;
font-weight: bold;
color: black;
text-decoration: none;
}

a:hover.entry{
font-family:Verdana, Arial;
font-size:24px;
font-weight: bold;
color: black;
text-decoration: underline;
}

a:link.email{
font-family:Verdana, Arial;
font-size:10px;
font-weight: bold;
color: blue;
text-decoration: none;
}

a:active.email{
font-family:Verdana, Arial;
font-size:10px;
font-weight: bold;
color: blue;
text-decoration: none;
}

a:visited.email{
font-family:Verdana, Arial;
font-size:10px;
font-weight: bold;
color: blue;
text-decoration: none;
}

a:hover.email{
font-family:Verdana, Arial;
font-size:10px;
font-weight: bold;
color: red;
text-decoration: underline;
}

a:link.normal{
font-weight: bold;
color: black;
text-decoration: none;
}

a:active.normal{
font-weight: bold;
color: black;
text-decoration: none;
}

a:visited.normal{
font-weight: bold;
color: black;
text-decoration: none;
}

a:hover.normal{
font-weight: bold;
color: black;
text-decoration: underline;
}
