body {
	font-size: 12px; 
	margin-left: 150px; 
	margin-right: 150px; 
	color: #d3c9be; 
	background-repeat: repeat; 
	font-family: trebuchet MS; 
	background-color: #000000;
	scrollbar-arrow-color: #967e65; 
	scrollbar-track-color: #46403c; 
	scrollbar-base-color: #663931; 
	scrollbar-dark-shadow-color: #3e362b;
}

a:hover {
	color: #ffffff;
}

a {
	color: #c18479;
}

a:visited {
	color: #b39967;
}

p {
	font-size: 12px; 
	color: #d3c9be; 
	background-repeat: repeat; 
	font-family: trebuchet MS;
	background-color: #000000; 
	background:url(grunge1.jpg) repeat;
	padding-left: 20px; 
	padding-right: 20px; 
}

ul {
	font-size: 12px; 
	color: #d3c9be; 
	background-repeat: repeat; 
	font-family: trebuchet MS;
	background-color: #000000; 
	background:url(grunge1.jpg) repeat;
	padding-left: 20px; 
	padding-right: 20px; 
	margin-left: 0px; 
	margin-right: 0px; 
}

li {
	font-size: 12px; 
	color: #d3c9be; 
}


h1 {
	font-size: 28px; 
	color:#8e3535; 
	font-family: sylfaen;
	text-align: center;
}

h2 {
	font-size: 22px; 
	color: #b2a282; 
	font-family: sylfaen; 
	text-align:center;
	height: 20px;
	margin-top: -2px;
	margin-bottom: -1px;
	background-color:#663931;
}

h3 {
	font-size: 14px; 
	color: #b2a282; 
	font-family: sylfaen; 
	text-align:left;
	height: 20px;
	margin-top: -2px;
	margin-bottom: -1px;
	background-color:#461a0b;
}

h4 {
	font-size: 14px; 
	color: #b2a282; 
	font-family: sylfaen; 
	text-align:left;
	height: 20px;
	margin-top: -2px;
	margin-bottom: -1px;
}

h5 {
	font-size: 11px; 
	color: #c0c0c0; 
	font-family: sylfaen;
	text-decoration:none;
	font-weight:normal; 
	text-align:left;
	height: 20px;
	margin-top: -2px;
	margin-bottom: -1px;
}

hr { 
	color: #968a74; 
	line-size:2px; 
	align:center;
	height:1px;
}

#footer {
	background-color:#461a0b;
	font-size: 10px; 
	color: #d3c9be; 
	background-repeat: repeat; 
	font-family: trebuchet MS;
	background:url(grunge2.jpg) repeat; 
}


<script language="JavaScript1.2"> 
  
//Disable select-text script (IE4+, NS6+)- By Andy Scott
//Exclusive permission granted Dynamic Drive feature script
//Visit http://www.dynamicdrive.com for this script 
  
function disableselect(e){
return false
} 
  
function reEnable(){
return true
} 
  
//if IE4+
document.onselectstart=new Function ("return false") 
  
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script> 

<script language="JavaScript"> <!-- 
// No rightclick script v.2.5 
// (c) 1998 barts1000 
// barts1000@aol.com 
// Don't delete this header! 

var message="Sorry, that function is disabled\n\Please do not steal this content\n\The author worked hard on this material\n\Please buy this language\n\at philosophersegg.com if you want it"; // Message for the alert box 


// Don't edit below! 

function click(e) { 
if (document.all) { 
if (event.button == 2) { 
alert(message); 
return false; 
} 
} 
if (document.layers) { 
if (e.which == 3) { 
alert(message); 
return false; 
} 
} 
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.onmousedown=click; 
// --> </script> 


<script language="JavaScript1.2"> 

function disabletext(e){ 
return false 
} 

function reEnable(){ 
return true 
} 

//if the browser is IE4+ 
document.onselectstart=new Function ("return false") 

//if the browser is NS6 
if (window.sidebar){ 
document.onmousedown=disabletext 
document.onclick=reEnable 
} 
</script>

