﻿body {
	background-color: #F1F1D7;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Calibri;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #BF5002;
}
h2 {
	font-family: Calibri;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #D08001;
}
h3 {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #D99001;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #B64407;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	color: #D99001;
}


a:active {
	color: #D08001;
}

