/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 9px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: black;
	
}

A:link
{
	font-size: 11px;
	color: white;
	text-decoration: none;
}	
		
A:visited	
{
	font-size: 11px;
	color: white;
	text-decoration:	none;
	
	}	
			
A:active
{
	font-size: 11px;
	color: yellow;
	background-color: #990000;
	text-decoration: none;
}	
		
A:hover	
{
	font-size: 11px;
	color: white;
	background-color: #990000;
	text-decoration: none;
}
TEXTAREA
{
	border-right: white 1px;
	border-top: white 1px;
	text-justify: auto;
	font-size: 12px;
	border-left: white 1px;
	color: white;
	border-bottom: white 1px;
	font-family: Verdana, Arial;
	background-color: transparent;
	text-align: justify;
}
IMG
{
	border-right: white 1px;
	border-top: white 1px;
	border-left: white 1px;
	cursor: hand;
	border-bottom: white 1px;
}
TABLE
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial;
}
INPUT
{
	border-right: white 1px;
	border-top: white 1px;
	text-justify: auto;
	font-size: 12px;
	border-left: white 1px;
	color: white;
	border-bottom: white 1px;
	font-family: Verdana, Arial;
	background-color: transparent;
	text-align: justify;
}
P
{
	text-justify: auto;
	font-size: 12px;
	text-align: justify;
}

.immagine
{
	border-right: blue 5px double;
	border-top: blue 5px double;
	border-left: blue 5px double;
	border-bottom: blue 5px double;
}
