
* {
	padding:			0;
	margin:				0;
	font-family:			Verdana, Arial, "MS UI Gothic", Osaka, serif;
}
body {
	font-size:			0.9em;
	scrollbar-base-color:		#000000;
	cursor:				default;
	padding-left:			7em;
	padding-right:			7em;
}
a {
	text-decoration:		none;
}
a:hover {
	background-color:		#bbbbbb;
}
a:visited {
	color: #0000ff;
}
h1 {
	border-bottom:			1px solid #000077;
	margin:				0em 15em 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 #000000;
	color:				#000000;
	cursor:				crosshair;
}
textarea {
	background-color:		white;
	border:				1px solid #000000;
	color:				#000000;
	width:				80%;
	height:				20em;
	cursor:				crosshair;
}
ol,ul {
	list-style-position:		inside;
}
select {
	border:				1px solid #000000;
	background-color:		white;
	color:				#000000;
	width:				10em;
}
option {
	border:				1px solid #000000;
}
h4 {
	background-color:		#eeeeff;
	border-bottom:			1px solid silver;
	padding:			1px;
}
h5 {
	background-color:		#eeffff;
	border-bottom:			1px solid #999999;
	padding:			1px;
}
/*
hr {
	height:				1em;
	color:				#ffffff;
}
*/
