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

#img {
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	width: 1880px;
	background-position: center;
	background-color: #bbbde3;
	background-attachment: fixed;
}

#background {
	background-color: rgba(255,255,255,0.70);
	height:590px;
	width: 900px;
	margin-top: 295px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
}

h1 {
	color: #000;
	text-align: center;
	padding-top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;	
}

p {
	text-align: justify;
	margin-top:20px;
	margin-right: 45px;
	margin-left: 45px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

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

#containt {
	padding-left:20%;
	padding-top: 25px;
}

.italic {
	font-style: italic;	
}

ul {
	list-style-type: none;	
}

li {
	display: inline;
}