BODY { 
color : #000000; 
margin-left : 3%; 
margin-right : 3%; 
background : white; 
font-family : Arial, Helvetica, sans-serif; 
} 
A:link , A:visited { 
color : blue; 
text-decoration : underline; 
} 
V:link { 
color : #8a8a8a; 
text-decoration : underline; 
} 
LINK { 
color : #0000ff; 
text-decoration : underline; 
} 
A:hover { 
background-color : #ff1a1a; 
color : black; 
text-decoration : underline; 
font-weight : normal; 
background : #ff1a1a; 
} 
H1 { 
color : black; 
font-family : Default; 
font-size : 200%; 
margin-bottom : -1em; 
margin-left : -5%; 
vertical-align : middle; 
text-align : center; 
} 
H2 { 
color : black; 
font-family : Default; 
font-size : 180%; 
margin-left : -5%; 
margin-top : 2.7em; 
text-align : center; 
} 
TD {
	text-align : left;
	vertical-align : middle;
} 
TABLE { 
width : 100%; 
} 
#tipBox {
	position : relative;
	width : 150px;
	z-index : 100;
	border : 0 solid black;
	background : red;
	visibility : hidden;
	font-weight : bold;
} 
