/* CSS Document */

	
a {
font : times, serif;
font-weight : normal;
text-decoration : none;
color : #FFFFFF;
}

a:visited {
font-weight : none;
text-decoration : none;
color : #FEF2E0;
}

a:hover {
text-decoration : underline;
color : #FFFFFF;
}

a.e {
font : times, serif;
font-weight : normal;
text-decoration : none;
color : #6F0141;
}

a.e:visited {
font-weight : none;
text-decoration : none;
color : #000000;
}

a.e:hover {
text-decoration : underline;
color : #000000;
}