body {
	background-color : #99CC99;
	margin : 0;
	}
			
body, p, h1, h2, h3, h4, h5, h6, table, td, ul, ol, textarea, input {
	font-family : verdana, helvetica, ariel, sans-serif;
	font-size : 12pt;
	color : #000066;
	text-align : justify;
	}

th {
	background-color : #FFFF99;
	text-align : left;
	font-family : verdana, helvetica, ariel, sans-serif;
	color : #2E8B57;
	font-size : medium;
	font-weight : bold;
	border-left-style : double;
	border-left-width : thick;
	border-left-color : #2E8B57;
	}

blockquote {
	border-left-style : double;
	border-left-width : thick;
	border-left-color : #FFD700;
	padding-left : 10px;
	}

li {
	margin-bottom : 6px;
	}

hr {
	color : #000066;
	height : 3px;
	width : 100%;
	}

a:link {
	color : #000066;
	background-color : transparent;
	}

a:visited {
	color : #000066;
	background-color : transparent;
	}

a:active {
	color : #000066;
	background-color : transparent;
	}

a:hover {
	color : #006666;
	background-color : transparent;
	}

h1 {
	font-size : 120%;
	font-weight : bold;
	}

h2 {
	font-size : 115%;
	font-weight : bold;
	}

h3 {
	font-size : 110%;
	font-weight : bold;
	}

h4 {
	font-size : 105%;
	font-weight : bold;
	}

h5 {
	font-size : 100%;
	font-weight : bold;
	}

h6 {
	font-size : 95%;
	font-weight : bold;
	}