@charset "utf-8";
/* CSS Document */

html {
	scrollbar-face-color: #3CF;
	scrollbar-highlight-color: #3FF;
	scrollbar-3dlight-color: #FF6;
	scrollbar-darkshadow-color: #39b;
	scrollbar-shadow-color: #FFF;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #69F;
	}

body {
	margin: 10px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../background.jpg);
	background-repeat: repeat-y;
}
