a#logo{
	display:block;
	width:52px;
	height: 53px;
	left:10px; 
	top:10px;
	position:absolute;
 	background: url("enri.jpg") no-repeat;
	//background-position: left;
	text-indent: -9999px;
}



h1.background{
	color: #ffffff;
	background-color: #404080;
	font-weight: bolder;
	font-size: 200%;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
//	background-image: url("enri.jpg"); 
	background-repeat: no-repeat;
 	background-position: left;
}


h1{
	color: #ffffff;
	background-color: #404080;
	font-weight: bolder;
	font-size: 200%;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
}

h2{
	color: #000000;
	background-color: #ccccff;
	font-weight: bolder;
	font-size: 150%;
	text-align: left;
	padding: 5px;
	margin-bottom: 0px;
	border-left-width: 10px;
	border-style: none none solid solid;
}

h3{
	font-weight: bold;
	font-size: 125%;
	border-style: none none solid none;
}

h4{
	font-weight: bold;
	font-size: 110%;
	border-style: none none dotted none;
}

h6{
	font-weight: bolder;
	font-size: 80%;
	padding: 0px;
}

body{
      background: #ffffff;
      color: #000000;
}

A:link{
        color: #0000ff;
}

A:visited{
	color: #000080;
}

A:active{
	color: #ff0000;
}

strong{
	color: #ffff00;
	font: bold;
	font-size: 125%;
}

div.secret{
	visibility:hidden;
}

