body {
	background: #333333;
	margin: 5% 15% 0% 15%;
	font-family: "Jacques Francois", "times", "courier", "georgia", serif;
	color:#FFFFCC;
}

p {
	font-family: "Jacques Francois","times", "courier", "georgia", serif;
	font-size: 14pt;
	color:#FFFFCC;
}

a {
	text-decoration: none;
}

a:link {color:#ffff99;}      /* unvisited */
a:visited {color:#ffff99;}  /* visited */
a:hover {color:#ffffcc;}  /* mouse over */
a:active {color:#ffff99;}  /* selected */ 
}


h1 {
	color: #FFFFCC;
	font-size: 16pt;
	font-weight:bold;
	font-family: serif;
	text-align: center;
}

h2 {
color: #FFFFCC; 
font-size:11pt;
text-align: center;
}

header {
	font-size: 16pt;
	color: #FFFFCC;
	text-align: center;
}


img {
	display:none;
}
#hovert {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	background-color:#333333;
	color:#ffffcc;
	padding:3px;
}

#hovert2 {
	position:relative;
	top:0px;
	left:0px;
	width:450px;
	height:150px;
	background-color:#333333;
	color:#ffffcc;
	font-size:20px;
	padding:8px;	
}


#cover {
	width:450px;
	height:546px;
	overflow:hidden;
	margin:25px auto 25px auto;
}

#cover2 {
	width:640px;
	height:480px;
	overflow:hidden;
	margin:25px auto 25px auto;
}

#cover3 {
	width:640px;
	height:605px;
	overflow:hidden;
	margin:25px auto 25px auto;
}

#cover4 {
	width:850px;
	height:522px;
	overflow:hidden;
	margin:25px auto 25px auto;
}

#infotable {
margin: 0;
text-align: left;
vertical-align: top;
padding: 10px;
}

.posr{
float: right;}

.posl{
float: left;}

#posc{
margin: auto;}


#imgrecept{
position:absolute;
right:400px;
}

fieldset{
display: block;
width: 24em;
margin: 0 0 3em 0;
padding: 0 0 1em 1em;}

label{
display: block;
font-weight: bold;
}

input{
display: block;
width: 20em;
margin-bottom: 1em;
}

input[type=button]{
display: inline;
width: 10em;
height: 2.4em;}

