body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
}

h1 {
	font-size: 30px;
	color: #9900CC;
	border-bottom: 1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 30px;
}

h2 {
	font-size: 13px;
	color: #9900CC;
	border-bottom: 1px solid #9900CC;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
}

select {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size:12px;
	font-family:"Courier New", Courier, mono;
}

a {
	color:#444;
	text-decoration:none;
}

.description {
	font-size: 11px;
	color: #999;
}

#main {
	width: 100%;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}

img {
	border: 0;
}

.nb_sub_dir {
	float: right;
	font-style: italic;
	color: #999;
}

#menu {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 30px;
}

#menu a {
	color: #666;
}

#copyright {
	text-align: center;
	margin-top: 10px;
}

#copyright a{
	color: #FF6600;
}

td {
	color: #444;
}

strong {
	color: #cc3333;
}

.answer { display: block; clear:both; width:100%; margin-bottom:20px;	font-family:arial,sans-serif;	}
.answer .ascreen, .answer .ascreen img { width:120px;	height:90px; }
.answer .ascreen { float:left; padding:5px 0 5px 0; }
.website { float:left; width: 470px; margin-left:10px;	margin-bottom:20px;}
.website .description { display: block; text-align:justify;	margin:0;  height: 60px; overflow: hidden;}
.website span {	color:#008000; }

.clear { clear: both; }
