A:link,  A:visited  { 
	color: black; 
	font-weight: bold;
	text-decoration: none;
}
A:hover, A:active  { 
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: verdana, tahoma, arial;
	color: rgb(255,0,0);
	font-size: 15px;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
	/*margin-bottom: 8px;*/
	line-height: 20px;
}
h2 {
	font-family: verdana, tahoma, arial;
	color: rgb(0,0,0);
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	line-height: 22px;
}