/* Five Ancestors super stupendous style sheet */
/* You know you like the CSS */
/* Its neat and tidy and i like it that way */

body, td,a {
	font-family: georgia, san-serif;
	font-size: 11pt;
	font-weight:normal;
	color: #8f0c0c; 
	vertical-align:top;
}
h1 { font-size: 14pt;}
/* generic links                     */
a{ text-decoration: underline; font-weight:normal; color: #8f0c0c; background-color : transparent; }
a:hover{ text-decoration: none; font-weight:normal; color: #ff9000; background-color : #8f0c0c; border-top-style: none; border-right-style: none; border-bottom-color: #ffffff; border-bottom-style: none; }
