@charset "UTF-8";
/* CSS Document */

body {

}

.main_content{
 position : relative;
 float:left;
 left:10%;
 width:330px;
 background-color: white;
 margin:20px;
 font-family:Verdana, Geneva, sans-serif;
}
.lettrine {
	font-size: 32px;

	font-weight: bold;
	line-height:26px;
	float:left;
	display:block;
}

#title {
	position:relative;
	padding-left:9%;
	font-family: 'ensba_monoregular';
	font-size:xx-large;
	width:auto;
	color:white; 
	background-color:red;
}

.link_ensba_white { font-family:Verdana, Geneva, sans-serif; font-size:11px; }
a.link_ensba_white:link { background-color:white; border:1px solid black; color:black; }
a.link_ensba_white:visited { background-color:white; border:1px solid black; color:black; }
a.link_ensba_white:hover { background-color:grey; border:1px solid black; color:black; }
a.link_ensba_white:active { background-color:white; border:1px solid black; color:black; }

@media screen and (max-width: 800px){

.main_content{
 position :relative;
 float:left;
 left:0px;
 width:auto;
 margin:0px;
 margin-top:15px;
}
}
