*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 77%;
	line-height: 1;
}

.clear{clear: both; font-size: 0px; width: 0px; height: 0px;}

.hidden{display: none;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: .6em 0;
}

ul, ol {
	list-style: none;
}

label {
	font-weight: bold;	
}

a{
	color: #a39066;
	text-decoration: underline;
	cursor: pointer;
}

a *{
	cursor: pointer;
}

a img{	
	border: 0;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}
