/* CSS Document */

a {
	font-family:tahoma;
    font-size:10px;	
	text-decoration: Underline;

}

a:hover {
	font-family:tahoma;
    font-size:10px;	
    text-decoration: None;

}
