body {
	font-family: "Comic Sans MS", "Times New Roman", Arial, serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFCC;
	color: #0000FF;
scrollbar-base-color: black;
scrollbar-face-color: black;
scrollbar-arrow-color: white;
scrollbar-highlight-color: #555555;
scrollbar-shadow-color: white;
}
p {
	font-size: 12px;
	color: #0000FF;
}
td {
	font-size: 12px;
	color: #0000FF;
}
img {	border: 0px solid #000000;}
.border_2 {border: 2px inset #CCCCCC;}
h1 {font-size: 32px;}
h2 {font-size: 24px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 13px;}
a:link {color: red;text-decoration: underline;}
a:visited {text-decoration: underline;color: red;}
a:hover {text-decoration: none;color: #FF0000;}
a:active {text-decoration: none;}
.btn_out {
	background-color: #FFFFCC;
	width: 130px;
	color: #0000FF;
	padding: 3px;
}
.btn_over {
	background-color: #33FF00;
	width: 130px;
	color: #000000;
	padding: 3px;
}
.btn:hover {color: #0000FF;}
.btn:link {color: #0000FF;}
.btn:visited {color: #0000FF;}
.form_text {
	border: 0px;
}
.form_field {
	background-color: #cccccc;
	border: 1px outset red;
	height: 18px;
}
.form_text_field {
	background-color: #cccccc;
	border: 2px outset #990000;
	height: 64px;
}
