body {
	background-image: url(images/background.jpg);
}
.style1 {color: #FFFFFF}
.style2 {color: #006666}
.style3 {color: #006666; font-size: 15px; }
.style4 {color: #006666; font-size: 18px; }
a:link {
	text-decoration: bold;
	color: #006666;
}
a:visited {
	text-decoration: bold;
	color: #006699;
}
a:hover {
	text-decoration: bold;
	color: #006699;
}
a:active {
	text-decoration: bold;
}
.style5 {color: #660000; font-size: 18px; }
.style6 {font-size: 10px}

p {
   color: #006666; 
   font-size: 15px; 
   text-align: justify;
  }

p.heading {
   color: #006666;
   font-size: 18px;
   text-align:justify;
   }

p.subheading {
   color: #006666;
   font-size: 17px;
   text-align:justify;
   text-decoration: underline 
   }

p.subsubheading {
   color: #006666;
   font-size: 16px;
   text-align:justify;
   }

p.copyright {
   color: #000000;
   font-size: 10px;
   text-align:center;
   }

img {
   border-color: #006699;
   }

li {
   color: #006666;
   font-size: 10px;
   text-align:left;
   }
