body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#cccccc;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#15000C;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.images {
border:2px solid #666666;
}

html {
	width:100%;
	height:100%;
}
.mentions {
font-size:10px;
color:#666666;
}

.mentions A:link { color:#666666; text-decoration:none;}
.mentions A:hover { color:#666666; text-decoration:none;}
.mentions A:visited { color:#666666; text-decoration:none;}
.mentions A:active { color:#666666; text-decoration:none;}

A:link { color:#EC008C; font-weight:bold; text-decoration:none;}
A:hover { color:#EC008C; font-weight:bold; text-decoration:underline;}
A:visited { color:#EC008C; font-weight:bold; text-decoration:none;}
A:active { color:#EC008C; font-weight:bold; text-decoration:none;}

.horizontal {
border-bottom:1px dotted #666666;
}
.vertical {
border-right:1px dotted #666666;
}