/* CSS Document */

body {
	background-repeat: repeat;
	font-family: "georgia";
	font-size: 12px;
	line-height: 17px;
}
a:link {
	font-family: "georgia";
	font-size: 12px;
	color: #740d4e;
	text-decoration: none;
}
a:visited {
	font-family: "georgia";
	font-size: 12px;
	font-style: bold;
	color: #740d4e;
	text-decoration: none;
}
a:hover {
	font-family: "georgia";
	font-size: 12px;
	font-style: bold;
	color: #ff9933;
	text-decoration: underline;
}
#menu a:link {
	font-family: "georgia";
	font-size: 13px;
	font-style: bold;
	color: #FFFFFF;
}
#menu a:visited {
	font-family: "georgia";
	font-size: 13px;
	font-style: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-family: "georgia";
	font-size: 13px;
	font-style: bold;
	color: #ff9933;
	text-decoration: underline;
text-decoration: none;
}