/* CSS Document */

body {
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 0px;
	background-color: #C1A78E;
	background-image: url(images/grafient.png);
	background-repeat: repeat-x;
}

.weblink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #873627;
}

a:visited { 
	font-weight: normal;  
	text-decoration: none; 
	color: #873627;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

