body { background-color:#FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
}
	   
* { color:#000000; 
}

h1 { font-size:100%; 
}

h2 { font-size:90%; 
}

p,li  { font-size:80%;
}
		
a:link {
	text-decoration:none;
	font-weight:bold;
}

a:visited { text-decoration:none; 
			font-weight:bold;
}

a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #999999;
}

a:active { text-decoration:none; font-weight:bold;
}

a:focus { text-decoration:none; font-weight:bold;
}