@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/background.jpg);
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #306;
}
a {
	font-size: 14px;
	color: #7E5400;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #306;
}
a:hover {
	text-decoration: none;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #060;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #306;
}
h2 {
	font-size: 18px;
	color: #306;
}
a.cat:link { color: #ffffff; text-decoration: italic; font-size: 13px}
a.cat:active { color: gold; text-decoration: none; font-size: 13px}
a.cat:visited { color: #ffffff; text-decoration: none; font-size: 13px}
a.cat:hover { color: gold; text-decoration: none; font-size: 13px}


