/* CSS Document */

body {
	margin: 0;
	background: #b7cdb2 url(gfx/bg.gif) repeat-x;
	font: 11px Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

a:link,
a:visited {
	font-weight: bold;
	color: #A8C11D;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #DA362D;
	text-decoration: none;
}
