/*

This file is part of PHPOLL.

    PHPOLL is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    PHPOLL is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with PHPOLL; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

*/

body {
		font-family:  			Verdana, sans-serif;
		margin:					0px;
		padding:				0px;
		border:					0px;
		background-color:		#fff;
		}
		
.corpo {
		text-align:				center;
		float:					left;
		width:					100%;
}

.menu {
		padding:				0px;
		text-align:				center;
		border-top: 			1px red solid;
		border-bottom: 			1px red solid;
		float:					left;
		font-size:				12pt;
		width:					100%;
		}
		
.titolo_db {
		float:					left;
		font-size:				12pt;
		text-align:				center;
		width:					100%;
		}
		
.forms {
		float:					left;
		font-size:				8pt;
		text-align:				center;
		width:					100%;
		padding-top:			20px;
		}
		
table {
		font-size:				9pt;
		display:				block;
		width:					100%;
		text-align:				left;
		}
		
form {
		font-size:				9pt;
		display:				block;
		}
		
img {
		border:	 				0px;
		}

a {
		text-decoration:		none;
		color:					#00f;
		margin-right:			15px;
		font-size:				9pt;
		}
		
a:visited {
		text-decoration:		none;
		color:					#80f;
		}
		
a:hover {
		text-decoration:		none;
		color:					#f00;
		}