/* CSS Document */

body {
	background-color: #DE988F;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
	
}
.login {
	font-size: 16px;
	
}
.menu{
	font-size: 16px;
	
}

a:link {color: #3E1611}
a:visited {color: #64251C}
a:hover {color: #AD4232}
.type_headers 
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
