
/*	Home unvisited links							*/
a.homelink:link {
color: #FFFFFF;
; text-decoration: none
}

/*	Home visited links							*/
a.homelink:visited {
; text-decoration: none
; color: #FFFFFF
}

/*	Home active links (not widely supported)				*/
a.homelink:active {
color: #000000;
; text-decoration: none
}

/*	Home links when hovered over (MSIE only)				*/
a.homelink:hover {
color: #000000;
; text-decoration: none
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #000000;
; text-decoration: underline
}

/*	Menu visited links							*/
a.menulink:visited {
; text-decoration: underline
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF0000;
; text-decoration: underline
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #CC0000;
; text-decoration: underline
}

/*	Unvisited links								*/
a:link {
color: #AF1414;
; text-decoration: none
}

/*	Visited links								*/
a:visited {
; text-decoration: none
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF0000;
; text-decoration: underline
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #CC0000;
; text-decoration: underline
}
