@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
.copyright {
	font-size: 10px;
}
h3 {
	font-size: 16px;
	color: #555;
}
ul a {
	margin:0;
	list-style-type:none;
	padding:10px 0 10px 0;
	display:block;
	background-color:#ccc;
	width:100px;
}
li {
	list-style-type:none;
	margin:10px;
}
a:link {
	text-decoration: underline;
	list-style-type:none;
}
a:visited {
	text-decoration: underline;
	list-style-type:none;
}
a:hover {
	text-decoration: none;
	list-style-type:none;
}
a:active {
	text-decoration: underline;
	list-style-type:none;
}
