/* Stili generici per l'elemento body */


body {
	background : #FFFFFF;
	color : #333333;
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	width : 750px;
	height : 480px;
	margin : 100px auto 0px auto;
	text-align : center;
	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

img.main {
	width : 400px;
}

img.words {
	width : 400px;
}

body a:link, a:visited {
	color : #AAAAAA;
	text-decoration : none;
}

body a:hover {
	color : #555555;
}
