body {
	background-color: #FFFFFF;
	
}
html {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
}
h1 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-transform:uppercase;
}

a {
	color: #b6a184;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.image, a.image:hover {
	border:0;
}
-->
</style>