/*------------ table style set ------------*/
H2{
	
	border-top-width : 0px;
	border-right-width: 0px;
	border-bottom-width : 1px;
	border-left-width : 0px;
	border-top-style : none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style : none;
	
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
  font-size : medium;
  font-weight : bold;
  
  margin-top : auto;
  margin-left : 15px;
  
  padding-bottom : 3px;
  margin-right : 5px;
}

H1{ 
	background : navy;
	padding : 5px 0px 5px 5px;
	font-weight:bold;
	
	
	
	
  font-size : medium;
  margin-left : 15px;
  margin-top : 15px;
  color : #ffffff;
  margin-right : 15px;
  margin-bottom : 15px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : aqua;
}
H3{
  font-size : 90%;
  font-weight : bold;
  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  color : fuchsia;
  margin-right : 200px;

  border-top-style : solid;
  border-top-color : fuchsia;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : fuchsia;
  margin-top : 3px;
  margin-left : 3px;
  margin-bottom : 3px;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : fuchsia;
  border-right-color : fuchsia;
}
P{
  font-size : x-small;
  font-weight : normal;
  color : black;
  text-decoration : none;
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 20px;
}
