BODY { 
    font-family: arial, helvetica, sans-serif; 
    font-size: small; 
    background-color: #CCCCCC;  
    text-align: center; 
} 

BODY.index { 
    background-color: #FFFFFF; 
} 

body.first { 
    background-color: white; 
} 

EM.admin { 
	color: red; 
	font-size: medium; 
} 

TABLE.admin { 
	background-color: white; 
	border: 1px solid black; 
    align: center; 
    text-align: center; 
} 

TD.admin { 
	text-align: center; 
} 

TH.admin { 
	text-align: center;
} 

.header { 
	font-family: arial, helvetica, sans-serif; 
	color: black;
	text-align: center;  
	line-height: 100%; 
	font-size: medium; 
	font-style: bold; 
	align: center; 
} 

A {   
    text-decoration: none; 
    font-size: x-small; 
    display: block; 
} 

A:link { 
    text-decoration: none;  
    color: black; 
} 

A:visited { 
    color: #666633;  
    text-decoration: none;
} 

A:hover { 
    color: blue;
    text-decoration: underline; 
    background: #FFFFFF; 	
} 

TD.tabs { 
    border: 1px solid gray; 
    text-align: center; 
    background-color: white; 
    width: 16.67%; 
    font-size: x-small; 
} 


EM { 	color: #2a7da8; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal } 

TD.selected { 
        border: 1px solid #2a7da8; 
	text-align: center;  
	background-color: white; 
	color: #2a7da8; 
        font-weight: bold; 
	font-size: x-small; 
	width: 16.67%; 
} 

TD.content { 
    border: 1px solid #2a7da8; 
    background-color: white;   
} 

.answer { 
    color: blue; 
} 

.quiz { 
    font-family: arial, helvetica, sans-serif; 
    margin: 12px; 
    background-color: white; 
} 

h2.quiz { 
    text-align: center; 
} 

td.off { 
    color: gray; 
    background-color: white; 
    text-align: center; 
    border: 1px solid gray; 
    font-size: x-small; 
    width: 16.67%; 
} 

td.feature { 
    text-align: right; 
    color: purple; 
} 
	
td#topic { 
   font-size: small; 
} 

td#topic a { 
    display: block;
    background-color: transparent;
    color: black; 
    text-align: right;  
    text-decoration: none;  
    border-bottom: 1px solid white; 
} 


td#topic a:visited { 
    color: black; 
} 

td#topic a:hover { 
    background-color: yellow; 
} 
	
td#topic { 
    vertical-align: top; 
    color: black; 
}

td#topic h4 { 
    display: block; 
    color: black; 
    border-bottom: 2px solid white; 
    margin: 0 3px 0 0; 
    text-align: center; 
} 

td#topic a#selected { 
    background-color: white; 
    color: black; 
    font-weight: bold; 
} 

td#topic a#feature { 
    color: blue; 
} 

td#topic a:visited#feature { 
    color: blue; 
} 

a#status { 
   font-size: medium; 
   display: inline; 
} 

a:Visited#status { 
    color: blue; 
    text-decoration: underline; 
} 

p#status { 
    font-size: medium; 
} 

.nav {
	float: left;
	width: 65px;
}
.nav a {
	display: block;
	position: relative;
	color: #00f;
	background-color: #fcc;


	text-decoration: none;
}
/* aiuta IE/Mac (rel lh) \*//*/
.linkinside {
	display: block;
}
/**/
.nav a:hover {
	color: #c00;
	border-width: 0; /* IE */
}

#nav1 a .pop {
	text-align: left; 
	display: block;
	color: #000;
	background-color: yellow;
	width: 11em;
	padding-left: 2px; 
	border: 1px blue solid;
	position: absolute;
	top: 0;
	left: 70px;
	z-index: 10; /* Saf */
	visibility: hidden;
}
#nav1 a:hover .pop {
	visibility: visible;
}

#nav2 a .pop {
	display: none;
}
#nav2 a:hover .pop {
	display: block;
	color: #000;
	background-color: #fcc;
	width: 11em;
	padding: 0.5em;
	border: 2px #f00 solid;
	position: absolute;
	top: 0;
	left: 13.2em;
	z-index: 10;
}