body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #D6D6D4;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

#center {
	height: 100%;
	width: 100%;
	background-image: url(../images/back.jpg);
}
#navi {
	width: 155px;
	background-image: url(../images/bg_15.jpg);
}
#navi a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navi a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #E2E2E2;
	display: block;
	padding: 5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#links a {
	font-size: xx-small;
	font-weight: normal;
	color: #D6D6D4;
	text-decoration: none;
}
#links a:hover {
	font-size: xx-small;
	font-weight: normal;
	color: #D6D6D4;
	text-decoration: none;
	background-color: #D6D6D4;
}
#left {
	color: #D6D6D4;
}
.code {
	font-size: 12px;
	font-style: italic;
	background-color: #CCC;
	display: block;
	padding: 5px;
}