	* {-moz-box-sizing: border-box; box-sizing: border-box;}
body, html {
	text-align: center;
	background-color: CFE6FF;
	scrollbar-track-color: #ffffff ;
	scrollbar-face-color: #ffffff ;
	scrollbar-highlight-color: #ffffff ;
	scrollbar-3dlight-color: #fffffff ;
	scrollbar-darkshadow-color: #DDDDDD ;
	scrollbar-shadow-color: #DDDDDD ;
	scrollbar-arrow-color: #dddddd ;
}
#menu {
	width: 700px;
	border: 1px solid Silver;
	text-align: center;
	background: White;
	background-image: url("pslogo.gif");
	background-repeat: no-repeat;
	background-position: 50% 10px;
	margin : 10px auto;
	padding-bottom : 10px;
	padding-top : 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	color: lightgrey;
}
#container {
	width: 700px;
	background-color:white;
	border: 1px solid Silver;
	text-align: left;
    padding: 20px;
	margin : 10px auto;
}

a:link {
    font-weight: bold;
	color:lightgrey;
    text-decoration: none;
}

a:visited {
    font-weight: bold;
	color:lightgrey;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
	color: #33ccff;
    text-decoration: none;
}

.lista-seo {
		display:block;
		margin: 3px 25%;
		text-align:center;
		font-size:10px;
		color:#000;
		}

.lista-seo a {
		text-decoration:none;
		color:#000;
}