/*	Paragraph									*/
a.menulink:link {
color: #395AA7;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #395AA7;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #ff0000;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #ff0000;
}

/*	Links unvisited links							*/
a.link:link {
color: #395AA7;
}

/*	Links visited links							*/
a.link:visited {
color: #395AA7;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #ff0000;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #ff0000;
}

/*	Unvisited links								*/
a:link {
color: #395AA7;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #395AA7;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF0000;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF0000;
}