@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image: url(images/bg.jpg);
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #b38b64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b38b64;
	width: 400px;
	padding-bottom: 5px;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	text-decoration: none;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c2411;
	font-variant: normal;
	text-transform: capitalize;
}


.bodytext{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	text-decoration: none;
	}
	
	.outline{
	padding: 5px;
	border: 1px solid #663300;
	}
