body {
  background-color: #FFC0CB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #91525D;
  scrollbar-face-color:#91525D;
  scrollbar-track-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#91525D;
  scrollbar-3dlight-color:#91525D;
  scrollbar-darkshadow-color:#91525D;

}
ul {
  list-style-type: decimal;
  font-size: 17px;
  font-weight: bold;
}
a:link,a:visited{
  text-decoration: underline;
  color: Black;
  font-weight: bold;
}
a:hover,a:active{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
}
a.do:link,a.do:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-size: 16px; 
  font-family: Arial Black;
  background-color: transparent;
}
a.do:hover,a.do:active{
  color: #FFFFFF;
  font-family: Arial Black;
  font-size: 16px; 
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}
a.re:link,a.re:visited{
  text-decoration: underline;
  font-weight: normal;
  color: #000000; 
  font-size: 25px; 
  font-family: Arial Black;
}
a.re:hover,a.re:active{
  color: #FFFFFF;
  font-family: Arial Black;
  font-size: 25px; 
  font-weight: normal;
  text-decoration: none;
  background-color: transparent;
}
.text { 
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}
h1 {
	font-size: 30px;
	display: inline;
}
h1.do {
	font-size: 30px;
	display: list-item;
	color: White;
	background-color: #91525D;
}
h3 {
	font-size: 16px;
	display: inline;
}
h2 {
	font-size: 25px;
	display: inline;
}