/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

small {
	font-size: 10px;	
}
a:link, a:visited     { 
	font-weight: normal; text-decoration: none 
}

a:hover     { 
	font-family: Arial; text-decoration: underline 
}
