BODY {
	background-color : #CCCC99;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif; 
	margin-left : 3%;
	margin-right : 5%;
	/* Scrollbar properties are only supported by Internet Explorer 5.5+  */
	scrollbar-3dlight-color : #666666;
	scrollbar-arrow-color : #CCCC99;
	scrollbar-base-color : #000066;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666600;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999900;
	scrollbar-track-color : #666600;
}

A:LINK {
	color: #666666;
	background: transparent;
	text-decoration: underline;
}

A:VISITED {
	color : #333333;
	background: transparent;
	text-decoration : underline;
}

A:HOVER {
	color : #660000;
	background: transparent;
	text-decoration : underline;
}

A:ACTIVE {  
color: #666666;
background: transparent;
text-decoration: underline} 

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
 
 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	background: transparent;
}
 
H1 {
	color : #666600;
	border-bottom: thin solid #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 200%;
	margin-bottom : -1em;
	margin-left : -2%;
}

H2 {
	color : #666600;
	border-bottom: thin solid #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 160%;
	margin-left : -2%;
	margin-top : 2.7em;
}

H3 {
	color : #666600;
	border-bottom: thin solid #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-left : -2%;
	margin-top : 2em;
}

H4 {
	color : #666600;
	border-bottom: thin solid #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-left : -2%;
	margin-top : 1.5em;
}

H5 {
	color : #666600;
	border-bottom: thin solid #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #660000;
	border-bottom: thin solid #660000;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	color : #666600;
	background: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 800;
}

table.display {
background-color: #CCCC99;
color: Black;
border: thin solid #666600;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: bold;
}

.keyword {
	font-weight: bold;
	font-style: italic;
}

.textlinks {
	font-family: sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: Gray;
}

td.decor {
	border-right: 18px solid #660000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	background : #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic; 
	font-size: medium;
	margin-left: 5%; 
	margin-right: 5%; 
	margin-top: 5%; 
	margin-bottom: 5%;
	padding: 1%;
}