@charset "UTF-8";
body {
}

body, td, th {
	color: #020202;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(Images/LargeBG.jpg);
	background-repeat: no-repeat;
	background-position: top
	 center;
}
