a {
	color : #CC6600;
	font-weight : bold;
}

a:link {
	color : #FF9900;
	font-weight : bold;
}

a:visited {
	color : #FF870F;
}	

a:active {
	color : #FFCC99;
}


a:hover {
	color : #CC6600;
	text-decoration : none;
}

a:focus {
	color : #FF9900;
}

body {
	background-color : Black;
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFCC66;
	font-size : 12px;
	scrollbar-base-color : #CC6600;
}

blockquote {
	}

h1 {
	font-size : x-large;
	color: #CC6600
}

h2 {
	font-size : large;
	color: #CC6600
}

h3 {
	font-size : large;
	color: #CC6600
	}

h4 {
	font-size : medium;
	color: #CC6600
}

li {
	list-style-image : url(images/terp-dot.gif);
	padding-left : 4px;
	}












