h1           { font-family: Monotype Corsiva; font-size: 36pt; font-style: italic; 
               font-weight: bold; color:#0E1389 }
h2           { font-family: Monotype Corsiva; font-size: 24pt; text-decoration: underline; 
               font-style: italic; font-weight: bold; color:#0E1389 }
h3           { font-family: Monotype Corsiva; font-size: 18pt; font-style: italic; 
               font-weight: bold; color:#0E1389 }
h4           { font-family: Helvetica, Arial, sans-serif; font-size: 14pt; text-decoration:underline; font-style:italic; font-weight:bold }
h5           { font-family: Helvetica, Arial, sans-serif; font-size: 14pt; font-weight: bold; text-decoration:underline }
h6           { font-family: Helvetica, Arial, sans-serif; font-size: 12pt; font-weight: bold }
a:link       { color: #0000FF; text-decoration: none }
a:hover      { text-decoration: none; color: #00CC66 }
a:visited    { text-decoration: none; color: #990099 }
a:active     { text-decoration: none; color: #00CC66 }
body         {
	list-style-type: square;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight: normal;
}
.index_list ul{
	margin:0;
	padding:0;
	list-style:circle;
}

.index_list li{
	margin-left:15px;
	padding:0;
	border-bottom: ridge #0000FF;
}