A {     
	Color: #0000AA; 
	font-weight: bold;
	text-decoration: none;
}

A:hover { 
	Color: #FF0000; 
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Tahoma;
	font-size: 21px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #00FF00;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
}
