﻿@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/bg.gif);
	background-color: #85a157;
	margin: 0px auto;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
