@charset "UTF-8";
.yellow {
	color: #9D8547;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}
.red {
	color: #4D2D2E;
}
a:hover {
	color: #9D8547;
}
a {
	color: #4D2D2E;
}
#center
{
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.black {
	color: #000;
}
