/* CSS Document */
body{
	margin:0px;
	background-attachment: scroll;
	background-color: #34ABD6;
	background-image: url(../_imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
}

h1{
	font-size: 24px;
	font-weight: normal;
	margin:0px;
}

h2{
	font-size: 18px;
	font-weight: normal;
	margin:0px;
}

h3{
	font-size: 16px;
	font-weight: normal;
	margin:0px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	margin:0px;
}

h5{
	font-size: 12px;
	font-weight: normal;
	margin:0px;
}

h6{
	font-size: 10px;
	font-weight: normal;
	margin:0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.foto{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}