body {
    background-color: white;
	margin: 0px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


A.cl1 {
	color : #000000;
	text-decoration: none;
}

A.cl1:visited {
	color : #666666;
	text-decoration: none;
}


A.cl1:hover {
	text-decoration: underline;
	color : #666666;
}

img.bordered {
  border: 2px solid #666666;
  margin: 5px;
  width: 100px;
  height: 100px;
}

.divider_mid {
	height: 7px;
	width: 10px;
}

.divider_sm {
	height: 5px;
	width: 10px;
}

.line1 {
	position: absolute;
	top: 20px;
	left: 45px;
	width: 5px;
	background-image: url('line.gif');
	height: 1000px;
}

.line2 {
	position: absolute;
	top: 20px;
	left: 35%;
	width: 5px;
	background-image: url('line.gif');
	height: 1000px;
}

.line3 {
	position: absolute;
	top: 20px;
	left: 67%;
	width: 5px;
	background-image: url('line.gif');
	height: 1000px;
}

.head1 {
	position: absolute;
	top: 0px;
	left: 17%;
	background-image: url('read.jpg');
	background-repeat: no-repeat;
	width: 210px;
	height: 107px;
}

.head2 {
	position: absolute;
	top: 0px;
	left: 50%;
	background-image: url('write.jpg');
	background-repeat: no-repeat;
	width: 197px;
	height: 109px;
}

.head3 {
	position: absolute;
	top: 0px;
	left: 83%;
	background-image: url('photo.jpg');
	background-repeat: no-repeat;
	width: 194px;
	height: 102px;
}

.text1 {
	position: absolute;
	top: 90px;
	left: 70px;
	width: 28%;
}

.text2 {
	position: absolute;
	top: 90px;
	left: 37%;
	width: 28%;
}

.text3 {
	position: absolute;
	top: 90px;
	left: 69%;
	width: 28%;
}
.text4 {	position: absolute;	top: 46px;	left: 70px;	width: 100%;}
#myevil {
	position: absolute;
	bottom: 20px;
	left: 13px;
	width: 32px;
	background-image: url('myevil.gif');
	background-repeat: no-repeat;
	height: 557px;	
}.dsc {	font-size: 7pt;	color: gray;	padding-left: 15px;	padding-right: 15px;	display: block;}#panel {	position: fixed;	bottom: 0px;	text-align: center;	width: 100%;	}