/* CSS Document */

body  { color: black; font-size: 14px; font-family: Helvetica, Arial, Verdana, sans-serif; background-color: #FDE396 }
p { color: black; font-size: 14px; line-height: 30px }
ul { color: black; font-size: 14px; line-height: 20px }

.index { font-size: 15px; line-height: 25px }
.green { color: #264B00; font-weight: bold; text-shadow: Gray, 2px, 2px, rblur }
.green1 { color: #264B00; font-weight: bold; text-shadow: Gray, 2px, 2px, rblur; font-size: 18px }
.large { font-size: 16px }
.small { font-size: 12px; font-style: italic }
.porttitle { font-size: 18px; line-height: 12px; font-weight: bold }
.portdesc { font-size: 14px; font-weight: bold }
.bottom { color: #FDE396; font-size: 10px }

a:link { font-size: 14px; color: blue }
a:visited { font-size: 14px; color: purple }
a:active { font-size: 14px; color: red; text-decoration: underline }
a:hover { font-size: 14px; color: red; text-decoration: underline }
a.footer:link { font-size: 10px; color: #FDE396 }
a.footer:visited { font-size: 10px; color: #E0FBC6 }
a.footer:active { font-size: 10px; color: #FBD5D5 }
a.footer:hover { font-size: 10px; color: #FBD5D5 }
a.larger:link { font-size: 16px; color: blue }
a.larger:visited { font-size: 16px; color: purple }
a.larger:active { font-size: 16px; color: red; text-decoration: underline }
a.larger:hover { font-size: 16px; color: red; text-decoration: underline }