.nav {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #99FFFF;
	text-decoration: none;
	font-weight : normal;
}

.cat_title {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	font-weight : normal;
}
.cat_link {
	font-family:  Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}
.footer {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}
.body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight : normal;
}

A {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

