body {
  background-color: #73B9ED;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: Black;
  scrollbar-face-color:#C6121D;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#C6121D;
  scrollbar-3dlight-color:#C6121D;
  scrollbar-darkshadow-color:#C6121D;
}
.txt {
	width: 600px;
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
}
ul {
	font-weight: bold;
	list-style-type: square;
	color: White;
}
ul.do {
	font-weight: bold;
	list-style-type: decimal;
	color: White;
}
hr {
	width: 350px;
	height: 4px;
	color: White;
	text-align: left;
	border: dashed;
}
a:link,a:visited{
  text-decoration: underline;
  color: #C6121D;
  font-weight: bold;
}
a:hover,a:active{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #C6121D; 
  font-size: 18px; 
  font-family: Arial Black;
}
a.do:hover,a.do:active{
  color: #FFFFFF;
  font-family: Arial Black;
  font-size: 18px; 
  font-weight: normal;
  text-decoration: none;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #C6121D; 
  font-size: 90px; 
  font-family: Impact;
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  font-family: Impact;
  font-size: 90px; 
  font-weight: normal;
  text-decoration: none;
}
h1 {
	font-size: 40px;
	color: #C6121D;
	font-weight: normal;
	font-family: Impact;
	display: inline;
}
h3 {
	font-size: 20px;
	color: #C6121D;
	font-weight: normal;
	font-family: Impact;
	display: inline;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #C6121D;
	font-family: Impact;
	display: inline;
}