/* CSS Document */
<style type="text/css">

html, body {
	scrollbar-base-color: #333333;
	}
	
body {
	color			:#000000;
	font-family		:CI,Osaka;
	}

.h3 {
	font-size		:small;
	font-weight		:bold;
	font-style		:italic;
	padding-left	:3px;
	border-left		:10px solid #FF9900;
}

.h1 {
	background-color :#FF9900;
	padding-left     :4pt;
	margin-bottom    :5px;
	font-weight      :bold;
	font-style       :italic;
	color            :#FFFFFF;
	}
	
.h2 {
	border-left   : #FF9900 10px solid;
	border-top    : #FF9900 5px solid;
	border-right  : #FF9900 1px solid;
	border-bottom : #FF9900 1px solid;
	padding-left  : 3pt;
	margin-bottom : 5px;
	font-weight   : bold;
	font-style    : italic;
	}

.fonts {
	font-size		:small;
	}
.fontsx {
	font-size		:x-small;
	}

.title {
	color: #FF9900;
	font-weight: bold;
	font-size: 24px;
	}