body {
	font-size:			70%;
	font-family:		Georgia;
	cursor:			crosshair;
	padding-left:		8em;
	padding-right:		8em;
}
h1 {
	font-style:			italic;
	font-size:			220%;
	color:				white;
	background-image:	url("http://sameha.org/sai/header.png");
	background-repeat:	repeat-x;
	letter-spacing:		5pt;
}
h3 {
	border-bottom:		1px solid darkblue;
	margin-right:		50%;
	font-style:			italic;
}
a {
	text-decoration:		none;
}
a:hover {
	border-bottom:		1px solid #dff;
	padding-bottom:		5px;
	cursor:			default;
}
a:visited {
	color: #0000ff;
}
select {
	border-left:			3px solid black;
	width:			50%;
}
hr {
	display:			none;
}
form {
	margin-bottom:		3em;
}
input {
	background:		white;
	border:			1px solid darkblue;
}
option {
	border-left:			3px solid black;
	border-bottom:		1px dotted gray;
}
