			* {
				padding:			0;
				margin:				0;
				font-family:			Verdana, Arial, "MS UI Gothic", Osaka, serif;
			}
			body {
				font-size:			0.9em;
				scrollbar-base-color:		black;
				cursor:				default;
				padding-left:			7em;
				padding-right:			7em;
			}
			a {
				text-decoration:		none;
			}
			a:hover {
				background-color:		#bbbbbb;
			}
			h1 {
				border-bottom:			1px solid darkblue;
				margin:				0em 20em 0.5em 0.5em;
				font-family:			Georgia;
				font-style:			italic;
				font-size:			1.7em;
				text-align:			left;
				color:				#000000;
			}
			input {
				background-color:		white;
				border:				1px solid blue;
				color:				darkblue;
				cursor:				crosshair;
			}
			textarea {
				background-color:		white;
				border:				1px solid blue;
				color:				darkblue;
				width:				80%;
				height:				20em;
				cursor:				crosshair;
			}
			ol,ul {
				list-style-position:		inside;
			}
			select {
				border:				1px solid blue;
				background-color:		white;
				color:				darkblue;
				width:				10em;
			}
			option {
				border:				1px solid blue;
			}
			h4 {
				background-color:		#eeeeff;
				border-bottom:			1px solid silver;
				padding:			1px;
			}
			h5 {
				background-color:		#eeffff;
				border-bottom:			1px solid silver;
				padding:			1px;
			}
			hr {
				height:				1em;
				color:				#ffffff;
			}

