/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
}
.nameH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0091b0;
}
.rate a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a2c90;
	text-decoration:underline
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #515251;
	text-align: justify;
}
.link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0a2c90;
	text-decoration:none;
}
.link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0a2c90;
	text-decoration:underline;
}
.whitehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.bg1 {
background-image: URL(../images/shell1.jpg); 
background-position: 60% 70%; 
background-repeat:no-repeat;
}

.bg2 {
background-image: URL(../images/shell2.jpg); 
background-position: 60% 40%; 
background-repeat:no-repeat;
}
