/* CSS - Raoul Ciappelloni */

/* SEZIONE LAYOUT */

BODY {
      background-color : #000000;
      
      }

.main {/*this is the main content area* welcome page*/
    background-color : #ffffff;
   	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:10px;
    margin-left: 10px;
    padding: 5px 5px 5px 5px;
    font-family : Times New Roman, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
     }
		 
.normal {/*this is the content area* of all pages */
    background: #ffffff;
    color: #000088;
	margin-top: 50px;
    margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    padding: 10px 10px 10px 10px;
    font-family : Times New Roman, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    }
	
.nav {/*this is the content of bottom main page */
    background: #ff0000;
    color: #000088;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    padding: 5px 5px 5px 5px;
    font-family : Times New Roman, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    }
		
/*  SEZIONE FONTS  */

   p, ol, ul, dl {font-size: 14px; font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;}

.max {
  font-size: 50px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #999999; /*testo grande*/
  background: transparent;
  } 
  
 .med {
  font-size: 25px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo medio*/
  background: transparent;
  }  
  
.rev {
  font-size: 15px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo link reversi*/
  background: transparent;
  text-align: center;
  }   
  
 .revleft {
  font-size: 15px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo link reversi*/
  background: #ffffff;
  text-align: right;
  }  
  
  
  
.min {
  font-size: 15px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #000000; /*testo piccolo*/
  background: transparent;
  text-align : center;
  text-decoration : none;
  }   
  
  
  
.body {
  font-size: 15px; 
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #000000; 
  background: transparent;
  text-align : justify;
  }  
       
.black {
  font-size: 18px;
  font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
  color: #ffffff;
  background: #440000;
  }
.white  {
  color: #ffffff;
  }


  
/* SEZIONE LINKS */

a:link {/*normal links in the text*/
  color: blue; 
  text-decoration : none; 
  background: #FFFFFF;}
a:visited {
  color: #990099; 
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  color: red; 
  text-decoration : underline; 
  background: #FFFFFF;}
  
a.nav:link {
  color: blue; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
  
a.nav:visited {
  color: #cc0099; /*violet*/ 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:hover { 
  color:#ff0000; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navtot {/*the style for the actual page*/
  color: yellow; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 14px; 
  background: transparent;}
