
table {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 16px;
color : #123456;
}



a:link  {
color : blue;
text-decoration: none
}

a:visited  {
color : blue;
text-decoration: none
}

a:hover  {
color : blue;
text-decoration: underline
}

a:active  {
color : #000000;
text-decoration: none
}



.headline {
font-family : georgia, palatino, serif;
font-size : 22px;
line-height : 16px;
color : #D36D00 ;
}

.subhead {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size : 12px;
line-height : 16px;
color : #006056 ;
}

.text {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 16px;
color : #666666;
}



.nav {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 16px;
color : white ;
}


a:link.nav  {
color : white ;
text-decoration: none
}

a:visited.nav  {
color : white ;
text-decoration: none
}

a:hover.nav  {
color : #AADDD6 ;
text-decoration: none
}

a:active.nav  {
color : black ;
text-decoration: none
}


.copyright {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9px;
line-height : 16px;
color : white ;
}

.quote {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
line-height : 16px;
color : #D36D00;
}



