/* CSS Document */

body p, td{
	font-family: Arial;
	font-size: x-small;
}
a:link { 
	color: #000000;
	text-decoration: none;
} 
a:visited { 
	color: #000000;
	text-decoration: none;
} 

a:hover { 
	color: #0000ff;
	text-decoration: none;
} 

a:active { 
	color: #000000;
	text-decoration: none;
 }
#menu {
	font-family: Arial;
	font-size: xx-small;
}
#link a:link {
	color: #0000ff;
	font-weight: normal;

}
#link a:visited {
	color: #0000ff;
	font-weight: normal;

}
#link a:hover {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;

}
#bottom{
	font-family: Arial;
	font-size: 12px;
}

