body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	margin-top: 0px;
	margin-left: 0px;
	
	scrollbar-face-color: #950000;
	scrollbar-arrow-color: #008040;
	scrollbar-track-color: #E0E0E0;
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-darkshadow-color: #000000;
}

a:link {
	color: #f31d1d;
	text-decoration: none;
	}

a:visited {
	color: #b62020;
	text-decoration: none;
	}

a:hover {
	color: #f31d1d;
	text-decoration: overline;
	}

.title {
	font-family: Times New Roman, Times, Georgia, Arial;
	font-size: 38px;
	color: #b62020;
	text-align: center;
   font-weight: bold;
	
}

.text {
	font-family: Times New Roman, Times, Georgia, Arial;
	font-size: 18px;
   color: #b62020;
   text-align: justify;
	}

.text_center {
	font-family: Times New Roman, Times, Georgia, Arial;
	font-size: 18px;
	color: #b62020;
   text-align: center;
	}