.copy {
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	
a.copy {
	text-decoration: underline;
	}
	
a.copy:hover {
	color: #900000;
	text-decoration: underline;
	}
	
.head {
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #900000;
	text-decoration: none;
	}
	
body {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #900000;
}