<STYLE TYPE=text/css> 
 
A:link { color: #3366FF; text-decoration: none; font-weight:normal; } 
A:visited { color: #9003fc; text-decoration: none; font-weight:normal; }  
A:hover { color: #FF0000; text-decoration: underline; font-weight:normal; } 



body {
scrollbar-arrow-color: #F6EDD7;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #663333;
scrollbar-3d-light-color: #000000;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/images/backgrounds/bg-wrapper.gif);
	background-repeat: repeat-y;
}

</style> 