﻿body {
	font-family: Comic Sans MS, Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #ffffff; /*white*/;
	color: #BB3635;
	background-repeat: repeat;
}

a:link {
	color: #8E2828;
	background: transparent;
	text-decoration: none;
}
a:visited {
	color: #636566;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	text-decoration : none;
	background: #636566;
	color: #ffffff;
}
