body {
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #0B87D3;
  scrollbar-face-color:#FFB4F7;
  scrollbar-track-color:#EBF67B;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFB4F7;
  scrollbar-3dlight-color:#FFB4F7;
  scrollbar-darkshadow-color:#FFB4F7;
}
ul {
  list-style-type: decimal;
  font-size: 16px;
  font-weight: bold;
}
input {
	border: #B05ED8 1px solid; 
	background-color: #FEE1F9;
	font-weight: normal;
	color: #000000;
}
.txt {
	width: 500px;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	border-left: solid 1px #0B87D3;
	border-right: solid 1px #0B87D3;
	padding: 10px;
}
a:link,a:visited{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:hover,a:active{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}
a.do:link,a.do:visited{
  text-decoration: none;
  font-weight: normal;
  color: #000000; 
  font-size: 16px; 
  font-family: Arial Black;
}
a.do:hover,a.do:active{
  color: #FF0000;
  font-family: Arial Black;
  font-size: 16px; 
  font-weight: normal;
  text-decoration: none;
}
.text { 
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 12px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	color: #0B87D3;
	font-weight: bold;
	display: inline;
	letter-spacing: 10px;
	text-decoration: overline underline;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	color: #0B87D3;
	display: inline;
   border-bottom: #0B87D3 1px solid;
   border-top: #0B87D3 1px solid;
	width: 100%;
}
h3 {
	font-size: 18px;
	color: #0B87D3;
	font-weight: bold;
	display: inline;
	text-decoration: overline underline;
}