body{
	background-color: rgb(241,241,241);
	
}

.content{

	background-color: rgb(255,255,255);
	border: 1px solid rgb(204,204,204);
	width: 20cm;

}
.pad{
	padding : 25px;
	font-weight: 300;
	text-align: justify;
	font-size: 85%;
}

.head {
	font-weight: 800;
	font-size: 150%;
	background-color: rgb(182,212,254);
}



.bar{
	width: 100%;
	background-image: url('bar.gif');
	background-repeat: repeat-x;
	height: 7;
}

.mes{
	background-color: rgb(222,253,217);
	width: 700;

}
.hbuttons a{
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 117px;
float: left;
height: 32;
display: inline;
background-image:url('btongif.gif');
background-repeat: no-repeat;
text-align:center;

}

.hbuttons a:hover{
background-image:url('bopen.gif');
}
.clicked {
text-decoration: none;
font: bold 13px Arial;
color: black;
width: 117px;
float: left;
height: 32;
display: inline;
background-image:url('bopen.gif');
background-repeat: no-repeat;
text-align:center;
}