/* Style sheet for Altemus */
body { background: #ffffff; font-family: arial, helvetica, sans-serif; }

h1 { font-size: 18px; line-height: 20px; }
h2 { font-size: 16px; line-height: 18px;}
h3 { font-size: 14px; line-height: 16px;}
h4 { font-size: 12px; line-height: 14px;}
h5 { font-size: 10px; line-height: 12px;}
h6 { font-size: 9px; line-height: 11px;}

a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #6666FF;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #FD923C;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #990000;
	background: transparent;  
	}
