.pageLink:link {font-size: 11; text-decoration: none; color: #6699CC; font-weight: bold}

.pageLink:visited {font-size: 11; text-decoration: none; color: #990099; font-weight: bold}

.pageLink:hover {font-size: 11; text-decoration: underline; color: #6699CC; font-weight: bold}

.pageLink:active {font-size: 11; text-decoration: none; color: #6699CC; font-weight: bold}

.mainContent:link {font-size: small; text-decoration: underline; color: #003399; font-weight: bold}

.mainContent:visited {font-size: small; text-decoration: underline; color: #990099; font-weight: bold}

.mainContent:active {font-size: small; text-decoration: none; color: #FF0000; font-weight: bold}

.mainContent:hover {font-size: small; text-decoration: none; color: #FF0000; font-weight: bold}

.leftNav:link {font-size: medium; text-decoration: underline; color: #003399; font-weight: bold}

.leftNav:visited {font-size: medium; text-decoration: underline; color: #990099; font-weight: bold}

.leftNav:hover {font-size: medium; text-decoration: none; color: #FF0000; font-weight: bold}

.leftNav:active {font-size: medium; text-decoration: none; color: #FF0000; font-weight: bold}

 different way of getting same effect - only works with mouse, not keyboard 
.leftNavBold {font-size: medium; text-decoration: underline; color: #003399; font-weight: bold}

.leftNavBold:hover {font-size: medium; text-decoration: none; color: #FF0000; font-weight: bold}

.news {font-size: medium; text-decoration: none; color: #003399; font-weight: normal}

.news:hover {font-size: medium; text-decoration: none; color: #003399; font-weight: normal; text-decoration:underline}


body, tr, td, P{ 
	font-size: 12; 
	font-family:  Arial, Helvetica, sans-serif; font-style: normal; 
	font-weight: normal; color: #000000 ;word-spacing: 1.8px
    
} 

H1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
	color: #000000
}

H2 {
	font-family: verdana, arial, helvetica, sans-serif;font-style: bold;
	font-size: 16;
	font-weight: bold;
	color: #000099
}

H3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003399;
}

H4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
H5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #003399;
	margin-bottom : 0;
}
<link href="test.css" rel="stylesheet" type="text/css">
