body {
	font-family: Georgia;
	text-align: center;
}

.text {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 4em;
	text-align: center;
	}
.bold {
	font-weight: bold;
}

div {

	}

div#page {
	width:700px;
	background-color:#FFFFFF;
	}

.croatto {
background-color: #FFFFFF;
float: left;
height: 86px;
}
.logo {
background-color: #FFFFFF;
float: left;
margin-left: 0px;
vertical-align: bottom;
height: 86px;
}
.network {
background-color: #FFFFFF;
float: left;
margin-left: 0px;
height: 86px;
}
.site {
width:700px;
margin-top: 20px;
margin-left: 20px;
background-color: #FFFFFF;
float: left;
text-align: left;
}

a {
	color: #C60000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #EC0000;
	text-decoration: underline;
	font-weight: bold;
	}
