/* CSS Document */

BODY {
	BACKGROUND-POSITION: center top;
	BACKGROUND-IMAGE: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #814401;
}
a {
	font-size: 12px;
	color: #DA1F0C;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DA1F0C;
}
a:hover {
	text-decoration: underline;
	color: #FF7019;
}
a:active {
	text-decoration: none;
	color: #339900;
}
.menu {color: #C60; font-size: 10px; }
.ptit {font-size: 9px; }
