/* CSS used in all pages */

body {
	background: #f5deb3;
	background-image: url(img/wheat_fade_right.gif);
	background-repeat: repeat-y;
	width: 100%;
	}
h1 {
	color: white;
	font-family: arial;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	}

h2 {
	color: black;
	font-family: arial;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	}

h3 {
	color: white;
	font-family: arial;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: blue;
	}

p {
	color: black;
	font-family: "times new roman";
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-indent: 0px;
	}

a:link {
	color: blue;
	text-decoration: none;
	border: none;
	}

a:visited {
	color: darkblue;
	text-decoration: none;
	border: none;
	}

a:hover {
	color: red;
	text-decoration: none;
	border: none;
	}

a:focus {
	color: red;
	text-decoration: none;
	border: none;
	}



.menubar {
	color: white;
	font-size: 14px;
	line-height: 25px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	}

.amenubar:link {
	color: white;
	text-decoration: none;
	border: none;
	}

.amenubar:visited {
	color: white;
	text-decoration: none;
	border: none;
	}

.amenubar:hover {
	color: red;
	text-decoration: none;
	border: none;
	}

.amenubar:focus {
	color: red;
	text-decoration: none;
	border: none;
	}

.contact {
	color: white;
	font-size: 14px;
	line-height: 25px;
	font-family: arial;
	font-weight: normal;
	text-align: center;
	}


 /* style="position:relative; top:0px; left:50px;" */

