/* CSS Document */

body{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/leather_faux_background.jpg);
}

a {
	color: #0033FF;
	text-decoration: none;
}
a:hover{
	color: #0066FF;
	text-decoration: underline;
}
h1{
	font-size: 16px;
	font-weight: bold;
	color: #fcab28;
}
h2{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.description{
	font-size: 12px;
	color: #000000;
}
.footer{
	background-color:#fceec9;
	color: #957321;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}

.footer a{
	color: #957321;
	font-size: 12px;
	text-decoration: none;
}

.footer a:hover{
	color: #5271a5;
	font-size: 12px;
	text-decoration: none;
}