/* CSS Document */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 margin-left: 15%; margin-right: 15%;
  color: black;
  background-image: url(images/DSCN1714_40.jpg);
}
TD{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: bold;
	color: Black;
}
h1{
	color: Blue;
	font-weight: bold;
	font-style: normal;  

}
h2{
	color: Aqua;
	font-weight: bold;

}
h3{
	color: Green;
	font-weight: bold;
	font-style: normal;
}
:link { color: rgb(0, 0, 153) }  /* for unvisited links */
  :visited { color: rgb(153, 0, 153) } /* for visited links */
  a:active { color: rgb(255, 0, 102) } /* when link is clicked */
  a:hover { color: rgb(0, 96, 255) } /* when mouse is over link */
}
#header2{
	color: Black;
	background-color: transparent;
}

.tableheader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	/*font-weight: bolder;    */
	color: Black;
	text-align: center;
}

.tableheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
		color:#000099
		text-align:center;
		
	/*font-weight: bolder;    */
}
.P2 {
	background: #FFFFFF;
	font-weight: bold;
}
