.channel {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#channel a {
	text-decoration: none;
	color: #06c;
}
#channel a:hover {
	background-color: #06c;
	color: #fff;
}

#notice a {
	text-decoration: none;
	color: #f00;
}
#notice a:hover {
	background-color: #f00;
	color: #fff;
}


#nav a {
	text-decoration: none;
	color: #00f;
}
#nav a:hover {
	background-color: #00f;
	color: #fff;
}

