div.left {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 200px;
	height: 240px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 180px;
}

div.main {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 580px;
	height: 300px;
}

P {
 	font-family: Skia, "Helvetica", Arial, serif;
	<!-- font-size: 12pt ; -->
	<!-- text-align: justify ; -->
	<!-- text-indent: 24pt ; -->
	<!-- color: #996633 ; --> 
	margin: 25px;
}

a:active {
	<!-- color: #00000F; -->
	text-decoration: none;
}

a:link {
	<!-- color: #00000F; -->
	font-family: Skia, "Helvetica", Arial, serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:visited {
	<!-- color: #00000F; -->
	text-decoration: none;
}
	
a:hover {
	<!-- color: #FFCC66; -->
	text-decoration: none;
}

h1 {
	<!-- font-size: 24px; -->
	<!-- font-weight: normal; -->
	<!-- margin: 0px; -->
	text-align: center ; 
	<!-- padding: 0px; -->
	font-family: Skia, "Helvetica", Arial, serif;
	<!-- text-transform: uppercase; -->
	<!-- letter-spacing: 1pt; -->
}

h2 {
	color: #000000;
	<!-- background: #FFCC66 ; -->
	font-family: Skia, "Helvetica", Arial, serif;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 1px;
	<!-- border-bottom-width: 1px; -->
	border-bottom-style: solid;
	border-bottom-color: #333333;
	letter-spacing: 5pt;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	font-style: italic;
	margin: 0px;
}

h3 {
	color: #00000F;
	font-family: Skia, "Helvetica", Arial, serif;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 1px;
	letter-spacing: 5pt;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
}