/* online screen styles sheet*/


#address {color:blue; font-style:normal; font-variant: small-caps;text-align:center; font-size:8pt}

#links {width: 100px; float:left; margin-right: 10px; padding: 10px;font-style:bold;font-size:7pt}
#links a {display:block;   font-size: 9pt;font-style:bold;text-decoration:none}
#links a:link {color: navy; text-decoration:none}
#links a:hover {color: red; text-decoration:underline}
#links a:active {color:green; text-decoration:none}

#blinks {width: 600px; float:left;margin-right: 10px; padding:10px font-style:bold}
#blinks a:link {color: teal; text-decoration:underline}
#blinks a:hover {color: red; text-decoration:underline}
#blinks a:active {color:teal; text-decoration:underline}

#table {color:navy}

#firstp:first-line {font-variant: small-caps}
#firstp:first-letter {float:left; font-size:400%; line-height; 0.8}






