a {
	color: #ffff00;
	text-decoration: none;
	font-family: courier,arial,verdana;
}
a:hover {
	color: #ffff00;
	text-decoration: underline;
	font-family: courier,arial,verdana;
	rem-font-weight: bold;
}
p,h1,h2,h3,td,ol,ul,div
{
	color: #ffffff;
	font-family: courier,arial,verdana;
}
body
{
	background-color: #003300;
	background-image: url('image/tomato.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.sidebar
{
	background-color: #007700;
	font-family: courier,arial,verdana;
}
.breadcrumbs
{
	background-color: #006600;
	font-family: courier,arial,verdana;
}
.footer
{
	color: #cccccc;
	font-family: courier,arial,verdana;
	letter-spacing: 2px;
	font-size: 8px;
}
.errormessage
{
	color: #ff0000;
}
