h1  {
	color : #000000;
	font-size : 35px;
	font-weight : bold;
}

h2  {
	color : #2a2a2a;
	font-style: italic;
	font-size : 22px;
}

h3  {
        text-decoration: overline;
	font-variant: small-caps;
	color : #1a1a1a;
	font-size : 22px;
	font-weight : bold;
}

h4  {
	color : #232323;
	font-size : 16px;
}

body  {
	color : #000000;
	font-style : normal;
	font-weight : normal;
	font-size : 16px;
	font-family : Geneva, Verdana
	margin:5px 50px 5px 50px;
}


a:link {   
	font-weight: bold; text-decoration: none; color: #0059B3;border-bottom: dotted #224455 1px;

}

a:hover {  
	font-weight: bold;text-decoration: none; color: #cccccc;border-bottom: dotted #0000ff 1px;
}

a:visited {  
	font-weight: bold; color: #0059B3; text-decoration: none;border-bottom: dotted #113344 1px;
}

abbr {
	border-bottom: 3px double #77AADD;
	cursor: help;
	}


.code  {
	border: 3px #444444 double;
	background-color: #a4c4f3;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family : courier;
	line-height : 22px;
}



.section1  {
	border: 1px #444444 solid;
	background-color: #e5e5e5;
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	line-height : 22px;
}

.section2  {
	border: 1px #444444 solid;
	background-color: #eaeaea;
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	line-height : 22px;
}

.section3  {
	border: 1px #444444 solid;
	background-color: #f0f0f0;
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	line-height : 22px;
}

.section4  {
	border: 1px #444444 solid;
	background-color: #f4f4f4;
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	line-height : 22px;
}

.section5  {
	border: 1px #444444 solid;
	background-color: #fdfdfd;
	padding: 5px 5px 10px 10px;
	margin: 5px 5px 10px 10px;
	line-height : 22px;
}