@charset "utf-8";
/* CSS Document */

body {
	background-image:url('../images/piscine_bg.gif');
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00a8ff;
	text-align:center;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

a {color:#99FFFF; text-decoration:underline;}
a:hover {color:#0000FF; text-decoration:underline;}
a:visited {color:#99FFFF; text-decoration:underline;}

a.home {color:#00a8ff; text-decoration:underline;}
a.pow {color:#00a8ff; text-decoration:none;}

div#contenitore {margin:0 auto; width:750px;}
div#path {width:750px; height:25px; text-align:right; color:#99FFFF;}
div#contenuto {}
div#footer {width:750px; color:#00a8FF;}

td.left50 {width:50%; text-align:left;}
td.right50 {width:50%; text-align:right;}
td.al_right {text-align:right;}

table.contenuto {width:700px; border:1px;}
td.corner {width:25px; height:25px;}
td.left {border-left:3px solid white;}
td.right {border-right:3px solid white;}
td.top {border-top:3px solid white;}
td.content {text-align:left; color:#99FFFF;}