/***********************************************/
/* camra4.css                           

Info:
#FFFFFF - White
#333333 - Very Dark Grey
#666666 - Dark Grey
#cccccc - Light Grey
#009900 - Dark Green
#649632 - Mid Green
#d8fccc - Light Green

 */
/***********************************************/

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	font-weight: bold; 
}

h2{
	font-size: 130%;
	font-weight: bold;
}

h3{
	font-size: 120%;
	font-weight: bold;
}

h4{
 font-size: 110%;
 font-weight: bold;
}

h5{
 font-size: 100%;
  font-weight: bold;
}

h6{
 font-size: 80%;
  font-weight: bold;
}

a:link, a:visited{
	color: #009900;
	text-decoration: none;

	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a img {
	border: none;
}


