@charset "utf-8";
/* CSS Document */



body {
	width:98%;
	background-color: #AEAF8F;
}


html,body {
 scrollbar-face-color: #666666;
scrollbar-arrow-color: black;
scrollbar-track-color:#AEAF8F;
scrollbar-highlight-color: #666666;
scrollbar-3dlight-color: #999999 ;
scrollbar-darkshadow-color: black;
}
img
{  border-style: none;
}
a:link {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:active {
text-decoration:none;
}

a:hover {
text-decoration:none;
} 
.fontGeneralQuestions {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

p {color: rgb(0,0,0)}
.fontQuestions {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.fontAnswer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.Headlines {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.FullNews {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: justify;
	line-height: 12px;
}
