BODY   {
   font-family:                'times new roman';
  scrollbar-face-color:#357704;
  scrollbar-shadow-color:#224D02;
  scrollbar-highlight-color:#53BA06;
  scrollbar-3dlight-color:#53BA06;
  scrollbar-darkshadow-color:#234002;
  scrollbar-track-color:#33865E;
  scrollbar-arrow-color:Yellow;
  background-color: rgb(255, 255, 255); 
  background-image: url(images/backgrounds/ferns.jpg);
}

  H1 
     {
	color: #55cc99; 
	font-size: 35px; 
	font-weight: bold; 
	text-align: center
     }
  H2 
     {
	color: #ccff66; 
	font-size: 25px; 
	text-align: center
     }
  H3 
     {
	color: #ff99ff; 
	font-size: 22px;
	text-align: center
     }
  H4
     {
	color: #99ccff; 
	font-size: 20px
     }
  H5
     {
	color: #ffff99; 
	font-size: 12px
     }
  H6
     {
	color: #99ff99; 
	font-size: 10px
     }
  HR 
     {
	color: blue;
	width: 50%
     } 
   p {
	color: white; 
	font-size: 15px; 
	font-family: times new roman
     }

a:visited {
	color: #99ffff;
	font-weight: bold
	}

a {
	color: #33ff33;
	font-weight: bold
	}

v:link {
	color: #ffffff;
	font-weight: bold
	}
ul {
	color: white; 
	font-size: 15px; 
	font-family: times new roman
     }
	
ol {
	color: #aaffff; 
	font-size: 15px; 
	font-family: times new roman
     }
dl {
	color: yellow; 
	font-size: 15px; 
	font-family: times new roman
     }
dt {
	color: #00ffff; 
	font-weight: bold;
	font-size: 15px; 
	font-family: times new roman
     }
Img {
	display: block;
	margin-left: auto;
	margin-right: auto
     }
p.block {
	margin: 1% 10% 1% 10%; 
	align: top; 
	background-color:black; 
	padding: 20px; 
	border:  medium double #00ff00;
	text-align: center;
}
p.thin {
	margin: 1% 15% 15px 15%; 
	align: top; 
	background-color:black; 
	padding: 5px; 
	border:  medium double #00ff00;
	text-align: center;
     }
