	body {
		margin: 0px;
		font-family: "Book Antiqua", "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;	
		color:#000;
	}
	a:link {
		color: #FFF;
	} 
	a:visited {
		color: #FFF;
	} 
	a:active {
		color: #FFF;
	}
	a:hover {
		color: #FFF;
		text-decoration:none;
	}
	a.dop:link {
		color: #000;
	} 
	a.dop:visited {
		color: #000;
	} 
	a.dop:active {
		color: #000;
	}
	a.dop:hover {
		color: #000;
		text-decoration:none;
	}
	#contact {
		position: absolute;
		width: 210px;
		height: 77px;
		left:120px;
		top:70px;
    }
	#text {
		position: absolute;
		width: 700px;
		left: 160px;
		top: 320px;
		text-align:justify;
		line-height:130%;
    }
	.text_style_1 {
		font-size: 18px;
		font-style: italic;
	}
	.text_style_2 {
		font-size: 16px;
		font-weight: bold;
		color: #FFF;
	}
