/* CSS Document */

body {
background:#a8978a;
}

p {
font-family: verdana, sans-serif;
font-size: 12px;
color: #000000;
}

h1 {
font-family: verdana, sans-serif;
font-size:14px;
font-weight: bold;
}

h2 {
font-family: verdana, sans-serif;
font-size:18px;
font-weight: bold;
}
 
a:link {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-size: 14px
}

a:visited {
	color: #333333;
	font-weight: normal;
	font-size: 14px
}
