﻿body 
{
	font-family: arial,sans-serif;
	font-size: 12px;
	margin: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-color: #604443;
}

h1   { color: #175d81 }

a:active	{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: blue; }
a:link		{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: blue; }
a:visited	{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: blue; }
a:hover		{ text-decoration: underline; font-style: normal; font-weight: normal; font-size: 12px; color: blue; }

a.footer:active	    { text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #FFFFFF; }
a.footer:link		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #FFFFFF; }
a.footer:visited	{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #FFFFFF; }
a.footer:hover		{ text-decoration: none; font-style: normal; font-weight: normal; font-size: 12px; color: #FFFFFF; }

