body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  scrollbar-face-color:#C9180C;
  scrollbar-track-color:#6C9DB3;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#C9180C;
  scrollbar-3dlight-color:#C9180C;
  scrollbar-darkshadow-color:#C9180C;
}
ul {
  font-size: 15px;
  font-weight: bold;
  list-style: decimal;
}
.txt {
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
	color: #FFFFFF;
}
.txt2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	color: #B7B7B7;
}
a:link,a:visited{
  text-decoration: underline;
  color: #6BB2D5;
}
a:hover,a:active{
  color: #6BB2D5;
  text-decoration: underline;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: bold;
  color: #6BB2D5; 
  font-size: 18px; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.do:hover,a.do:active{
  color: #6BB2D5;
  font-size: 18px; 
  font-weight: bold;
  text-decoration: underline;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 35px;
	color: #6BB2D5;
	font-weight: normal;
	display: inline;
   font-family: Impact;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}
h2 {
	font-size: 30px;
	color: #6BB2D5;
	font-weight: normal;
	display: inline;
   font-family: Impact;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #0D202A;
	border: 1px solid #6BB2D5;
	font-style: italic;
}
h3 {
	font-size: 25px;
	color: #6BB2D5;
	font-weight: normal;
	display: inline;
   font-family: Impact;
   font-style: italic;
}