body, html {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
}

img {
	border:0;
}

a:link { 
	text-decoration:none;
	font-weight:bold; 
	font-size:10px;
	color:#666; 
	line-height: 2;
}

a:visited { 
	text-decoration:none;
	font-weight:bold; 
	font-size: 10px;
	color:#666; 
}
	
a:hover { 
	text-decoration:underline;
	font-weight:bold; 
	font-size: 10px;
	color:#666; 
}

a:active { 
	text-decoration:underline;
	font-weight:bold; 
	font-size: 10px;
	color:#666; 
}
	
a:focus { 
	text-decoration:none;
	font-weight:bold; 
	font-size: 10px;
	color:#666; 
}

.outerContent {
	margin: 30px;
	padding: 20px;
	border: 1px dotted black;
}

.articleList {
	width:800px;
  	margin: 30px;
	padding: 20px;
	border: 1px solid #666;
}

.articleList td{
  vertical-align:top;
  padding-bottom:8px;
}

.firstElement {
	margin-right: 30px;
}

.title {
	font-weight: 800;
	font-size: 15px;
}

form .rot {
  color:#C33;
}

ul.mainMenue {
	list-style-type: square;
	
}

ul.mainMenue li {
	display: inline;
	margin-right: 15px;
}
