/* CSS Document */

	
a {
font : arial, sans-serif;
font-weight : bold;
text-decoration : none;
font-size : 10px;
color : #FFFFFF;
}

a:visited {
font : arial, sans-serif;
font-weight : bold;
text-decoration : none;
font-size : 10px;
color : #FFFFFF;
}

a:hover {
color : #B2DCDD;
}