h1 {
    color: #FFD700;
    margin: 15px; 
    background-color: navy;
    text-align: center;
}

h2, h3 {
	color: rgb(57,57,132);
    margin: 3px;
    margin-left: 10px; 
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}

p {
	margin: 8px; 
	margin-bottom: 8px; 
	text-align: justify;
} 

.titolo {
	font-size: 140%;
    color: navy;
    margin: 15px; 
    background-color: #FFD700;
    text-align: center;
    font-weight: bold;    
}

.linio {
    background-color: #FFD700;
    text-align: center;    
	font-size: 10%;
}

.submenuo {
    color: #FFD700;
    margin: 5px; 
    background-color: navy;
    text-align: center;    
	font-size: 100%;
    font-weight: bold;	
    text-decoration : none;
}

.elektita_submenuo {
    color: #FFD700;
    margin: 5px; 
    background-color: navy;
    text-align: center;    
	font-size: 110%;
    font-weight: bold;	
    text-decoration : none;
}

a:hover {
	text-decoration: underline;
}

.menuero {
	color: #FFD700;
	font-size: 120%;
	text-decoration : none;
}

.elektita_menuero {
	color: #FFD700;
	font-size: 130%;
	text-decoration : none;
    font-weight: bold;
}

.retposxtadreso {
	color: #FFD700;
	font-size: 90%;
	text-decoration : none;
	font-style: italic;
    text-align: center;	
}

.atentigo {
    color: rgb(205, 0, 0); 
}




