BODY 	{
	font-family: "Arial", "Helvetica";
	background-color:#e1d5b2;
	color:#334466
	}

a	{
	text-decoration: none
	}

a:hover { 
      text-decoration : underline;
      color:#000000 
      }

a:link  {
	color: #0099ff;
	}
a:visited {
	color: #dd8500;
	}
a:active {
	color: #0099ff
	}
div 	{
	width: auto;
	height: 500;
	overflow: auto
	}
pre	{
	
     	color: #FF9900;

	}
	
H2 	{ 
	text-align: left;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
     	color: #ffffff;
	line-height: 24px;
	padding-left: 15px;
	border: solid 2 #1202AD;
	background-color: #0099ff;
	width: 100%;
	}

H1 	{ 
	text-align: left;
	font-size: 20px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
     	color: #336699;
	}
H3	{ 
	text-align: left;
	font-size: 12px;
	font-style: italic;
	font-family: sans-serif;
     	color: #8b0000;
	}
H4 	{ 
	text-align: left;
	font-size: 12px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
     	color: #336699;
	}
H5 	{ 
	text-align: left;
	font-size: 10px;
	font-style: italic;
	font-family: sans-serif;
     	color: #555555;
	}
H6 	{ 
	text-align: left;
	font-size: 14px;
	font-family: sans-serif;
     	color: #8b0000;
	font-weight: bold;
     	line-height: 20px;
	padding-left: 15px;
	border: solid 2 #1202AD;
	background-color: #0099ff;
	width: 100%;
	}


