/*
 *	teruk.css
 *	
 *	2004/10/31
 */

body {
	font-family:"Arial", "cursive";
	background:#ffffe0;
	line-height:1.5em;
	margin-left:4em;
	margin-right:4em;
}
td {
	font-family:"Arial", "cursive";
	line-height:1.5em;
}
pre {
	color:#404040;
	background:#fdfdfd;
	font-family:"Lucida Console", "monospace";
}
hr#main {
	height:2;
	color:#0080ff;
}
div#main {
	margin-left:2em;
	margin-right:2em;
}
a {
	font-weight:bold;
	text-decoration:none;
	font-family:'Arial', 'MS UI Gothic';
}
a:link {
	color:#0000f0;
}
a:visited {
	color:#6040d0;
}
a:active {
	color:#ff0000;
	background:#fefe00;
}
a:hover {
	color:#cf0000;
	background:#fefe00;
	text-decoration:underline;
}
#webtitle {
	text-align:center;
	color:#e00010;
	font-size:xx-large;
	font-family:"Tahoma", "cursive";
	font-weight:bold;
	line-height:1em;
}
#title {
	text-align:center;
	color:#e00010;
	font-size:large;
	font-family:"Tahoma", "cursive";
	font-weight:bold;
	line-height:1em;
}
#subtitle {
	color:#f0a000;
	font-size:medium;
	font-weight:bold;
}
#h1 {
	color:#df0000;
	background:#ffdf40;
	border:solid #6f6fdf 2;
	font-size:medium;
	font-weight:bold;
}
#h2 {
	color:#0000ff;
	font-weight:bold;
}
#footer {
	font-size:x-small;
}
#2em {
	margin-left:2em;
}
#new {
	color:#ffff00;
	background:#ff0000;
	font-size:xx-small;
	font-weight:bold;
	font-style:italic;
}
#blue {
	color:#0000ff;
	font-weight:bold;
}
