/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

.content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.content p {
	color: #6B3D26;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: 110%;
	font-size: small;
	}
.content h1 {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: x-large;

	}
.content h2{
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: large;

	}
.content a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #6B3D26;
	}
.content a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6B3D26;
	}
.content a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B3D26;
}
.menu a:link, a:visited {
	text-decoration: none;
	color: #6B3D26;
	font-weight: bold;

	}
.menu a:hover, a:active {
	text-decoration: none;
	color: #FE0103;
	font-weight: bold;

	}

.footer {
	font-size: x-small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B3D26;
}
img {
	behavior:	url("pngbehavior.htc");
} 
