
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 4px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #1B282E;
	color: #908C53;	
}

/* Style for links */
A:link {
	color: #D3AF1D;
	text-decoration: underline;
}
A:visited {
	color: #D3AF1D;
	text-decoration: underline;
} 
A:hover {
	color: #D3AF1D;
	text-decoration: none;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 10px;
	color: #908C53;
}


#content p {
	margin: 10px 15px 10px 0px;
}

#content li {
	margin-bottom: 16px;
}

#content h1 {
	font-size: 18px;
	color: #7B95A1;
}

#content h2 {
	font-size: 14px;
	color: #7B95A1;
}

#content hr {
	border: none 0; 
	border-top: 1px solid #7B95A1;
	text-align: center;
	width: 100%;
	height: 1px;
	margin: 20px 0px 10px 0px;
}

/* #content a img {
	border: #D3AF1D 1px;
}*/