/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/


/*	Unvisited links								*/
a:link {
color: #00468F;
font-weight: bold;
}

/*	Visited links								*/
a:visited {
color: #00468F;
font-weight: bold;
}

/*	Active links (not widely supported)					*/
a:active {
color: #D50000;
font-weight: bold;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #D50000;
font-weight: bold;
}

/*	New links								*/
sup.new {
font-size: xx-small;
color: #D50000;
/*background: #FF3300;*/
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}
