/* Pagina */

BODY {
	margin: 0px 0px 0px 0px;
	background-color : #C2C9E3;
	color : #000000;
	}

a:link {
	color: #000080;
	text-decoration: none;
	}
a:visited {
	color: black;
	text-decoration: none;
	}
a:hover {
	color: red;	
	text-decoration: none;
	}

.gap {
	height: 50px;
	}

.circle {  
	background-image: url(intro_images/circle.gif);
	background-repeat: no-repeat;
	}

.button {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-size : 20px;
	line-height : 160%;
	color: black;
	}

.item1, .item2, .item3, .item4, .item5, .item6, .item7 {
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
	font-size : 14px;
	line-height : 160%;
	color: blue;
	}

.item2 {
	padding-left: 20px;
	}

.item3 {
	padding-left: 25px;
	}

.item4 {
	padding-right: 25px;
	}

.item5 {
	padding-right: 20px;
	}

.item6 {
	padding-right: 15px;
	}
.item7 {
	padding-right: 0px;
	}

.background {  
	background-image: url(../intro_images/background.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
