/**************** STRUTTURA GENERALE DELLA PAGINA ************************************/
body{
  	background-color: #000000;
	margin: 0; /* sets all to 0 */
	padding: 0; /* think Opera sets padding on body */
	width: 100%; 
} 

img{
	border: 0;
}

#depliant{
	background-color: #CFCFCF;
}

#banners{
	background-color: #CFCFCF;
}

/**************** LOGIN **************************************************************/
.logintitle{
	font-size:14px;
	font-family: verdana;
	color: white;
	text-align:center;
	font-weight:bold;
}
.logintext{
	font-size:12px;
	font-family: verdana;
	color: #DADADA;
	text-align:left;
	font-weight:bold;
}
.logintext a:link {text-decoration: underline; font-weight:bold; color: white;}
.logintext a:visited {text-decoration: underline; font-weight:bold; color: white;}
.logintext a:hover {text-decoration: none; font-weight:bold; color: white;}

#enter{
	border: 1px solid #A50000;
    	background: #BB0000;
	color: #DADADA;
	font-family: verdana;
	font-weight:bold;
}

/**************** LINKS **************************************************************/
.campus{
	font-size:10px;
	font-family: verdana;
	color: #FF7200;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
.campus a:link {text-decoration: underline; font-weight:bold; color: #FF7200;}
.campus a:visited {text-decoration: underline; font-weight:bold; color: #FF7200;}
.campus a:hover {text-decoration: none; font-weight:bold; color: #FF7200;}

.kuroobi{
	font-size:12px;
	font-family: verdana;
	color: white;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
.kuroobi a:link {text-decoration: underline; font-weight:bold; color: white;}
.kuroobi a:visited {text-decoration: underline; font-weight:bold; color: white;}
.kuroobi a:hover {text-decoration: none; font-weight:bold; color: white;}

/**************** HEADER (frasi) **************************************************************/
.frasi{
	font-size:12px;
	font-family: verdana;
	color: black;
	text-align:center;
	vertical-align:bottom;
	font-style:italic;
	font-weight:bold; 	
}

/**************** MENU **************************************************************/
#flag{
	text-align:center;
	vertical-align:middle;
}


/**************** FOOTER **************************************************************/
.footer{
	font-size:11px;
	font-family: verdana;
	color: black;
	text-align:center;
	vertical-align:middle;	
}
.footer a:link {text-decoration: underline; color: black;}
.footer a:visited {text-decoration: underline; color: black;}
.footer a:hover {text-decoration: none; color: black;}

/**************** CONTENT **************************************************************/
.text{
	font-size:13px;
	font-family: verdana;
	color: #535252;	
	vertical-align:top;
	font-weight:bold;	
}
.text a:link {text-decoration: none; color: #535252;}
.text a:visited {text-decoration: none; color: #535252;}
.text a:hover {text-decoration: underline; color: #535252;}
h2{
	font-size:13px;
	font-family: verdana;
	color:#535252;
	font-weight:bold;	
}

