/* sitestyle.css */

h1 {font-size: 28pt; color:#093; font-family: Bookman old style;}
h2 {font-size: 16pt; color:#093; font-family: Bookman old style;}
h3 {font-size: 12pt; color:#093; font-family: Bookman old style;}
h4 {font-size: 10pt; color:#093 font-family: Bookman old style;}
h5 {font-size: 8pt; color:#093; font-family: Bookman old style;}

body {font-size: 9pt; font-family:Bookman Old style; color:#093; background-color:#FFC}
a:link {color:#093; text-decoration: underline;}
a:visited {color: #906; text-decoration: underline;}
a:hover {color: red; text-decoration:none;}

#title	{
	position: absolute;
	left: 40px;
	width: 960px;
	height: 130px;
	top: 0px;
}

#navbar {position: absolute;
	left: 25px;
	top: 130px;
	width: 160px;
	font-size: 12pt;
	line-height:220%;
}

#author	{
	position: absolute;
	left: 25px;
	top: 520px;

	width: 130px
	height: 15px;
	font-size:8pt;
	height: 12px;
}

#detail {
	position: absolute;
	left:186px;
	top: 129px;
	width:820px;
	overflow: auto;
	font-size: 12pt;
	color: #060;
}
