.top {
	text-indent:1em;
	font:24px ;
	color:limegreen;
	letter-spacing:10px;
	font-family:sans-serif;
	width:100%;
	filter:Glow(Color=aqua,Strength=3);



}
.backgreen {
	text-indent: 3px;
	margin:1px;
	color: #009900;
	background: #CCFFCC;
}
.backyellow {
	text-indent: 3px;
	margin: 1px;
	color: #FF9900;
	background: #FFFFCC;
}
.backblue1 {
	text-indent: 3px;
	margin:1px;
	color: #6600FF;
	background: #CCFFFF;
}
.backblue2 {
	text-indent: 3px;
	margin:1px;
	color: #6600FF;
	background: #FFFFCC;
}
body{
	background:#FFFFFF;
	scrollbar-base-color :#CCFFCC;
	font:16px ;
}
body.no{
	scrollbar-base-color :#CCFFCC;
	font:16px ;
}
body.index{
	background:#99ccff;
	scrollbar-base-color :#CCFFCC;
	font:16px ;
}
A:link	{
	color:#3333FF ;
	text-decoration:underline;
}
A:visited	{
	color:#339966 ;
	text-decoration:underline;
}
A:hover	{
	color:#009933;
	text-decoration:none;
	background:#CCFFCC
}
A:active	{
	color:#FF0066 ;
	text-decoration:underline;
}

.s A:link{color:dodgerblue;text-decoration:underline;}
.s A:visited{color:deepskyblue;text-decoration:underline;}
.s A:hover{color:skyblue;text-decoration:none;}
.s A:active{color:skyblue;text-decoration:none;}

.indextable {
	background-color:#eeeeee;
	padding:1px;
	border:0px solid #00CCCC;


}
.indextable td{
	background-color:#EEFFEE;
	padding:1px;
	border:0px solid #33FFCC;
	font:16px ;
}

.table {
	background-color:#eeeeee;
	padding:1px;
	border:1px solid #00CCCC;


}
.table td{
	background-color:#EEFFEE;
	padding:1px;
	border:1px solid #33FFCC;
	font:16px ;
}
iframe{
	border:1px dotted #33FFCC;
}
.title {	border-left-width:5px;
	border-left-color:#33FFCC;
	border-left-style:outset;
	border-bottom-width:3px;
	border-bottom-color:#33FFCC;
	border-bottom-style:inset;
	text-indent: 3px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px
}
.title td{
	background-color:#F1FFF1;
	padding:2px;
	border:0px solid #33FFCC;
	font:bold 18px;
}

H1,H2,H3,H4,H5,H6 {
	border-left-width:10px;
	border-left-color:#33FFCC;
	border-left-style:solid;

	text-indent: 3px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	color:#6600CC;
	background:#EEEEDD ;
	font:bold 17px ;
}

.under {
 border-bottom-style: dotted;
 border-bottom-color: red;
 border-bottom-width: 1;
}

.hrred {border:2px dotted  red}
.hrgreen {border:2px dotted  green}
.hrblue {border:2px dotted  lightblue}
hr {border:2px dotted  lightgreen}

fieldset {
	border:thin double lightgreen;
	padding: 8px;
	}
