@charset "iso-8859-1";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> 
<?xml version="1.0" encoding="iso-8859-1"?> 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 
 <head> 
 <style type="text/css"> 
 body { 
 color: #000000; 
 background-color: #FFFFFF; 
 } 
 .menubar {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000066;
	font-style: normal;
 } 
 .menubar:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #0000FF;
 } 
 </style> 
 <title>Links example</title> 
 </head> 
 <body> 
 <h1>Links example</h1>

 <p>This is an example using just the class as Birdman suggested<br /> 
 <a href="#" class="mouseover">Test link</a></p> 
 <p>If you want to do this for <strong>every link</strong> on the 
 page then you should use the following css:</p> 
 <pre> 
 a:link { 
 text-decoration: none; 
 } 
 </pre>

 </body> 
</html> 
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	text-align: left;
	font-style: normal;
}
.homelinks {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	font-style: italic;
}
.homelinks:hover {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0000FF;
	font-style: italic;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	text-align: left;
	font-style: italic;
}
.subhead-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000099;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000099;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	text-align: center;
	font-style: normal;
}
.center-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000066;
	text-align: center;
	font-style: normal;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000066;
	text-align: left;
	font-style: normal;
}
.subhead-italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000066;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
