a 
{
    color: black;
    text-decoration: none; 
    font-weight: bold;
}

a.category 
{ 
    font-size: 10px;
}

a:hover  
{
    color : #F37E16; 
    text-decoration: underline;
}

a.menu_f 
{
    font-size: 11px; 
}

a.menu_p 
{
    float: left;
    font-size: 13px; 
    color: white;  
    width: 100px; 					
    text-align: center;
    height: 20px
}

a.page_link
{
    color: blue;
}

a.title
{
    font-size: 18px; 
}

body
{
 margin-top: 3px;
 margin-left: 3px;
 margin-bottom: 5em;
 background-color: white;
}

.base, .bhead 
{
    width: 760px; 
}

.bhead 
{
    background-color: #eeeeee; 
    border: 1px solid #dddddd; 
    padding: 0px
}
.cell_top,.cell_top_right 
{
 border-top: 1px solid #eeeeee;
}

.cell_bottom,.cell_bottom_left 
{
 border-bottom: 1px solid #eeeeee;
}

.cell_left,.cell_bottom_left 
{
 border-left: 1px solid #eeeeee;
}

.cell_right,.cell_top_right
{
 border-right: 1px solid #eeeeee;
}

div
{
    font-family: Arial; 
    font-size: 12px;
}

div.box_title 
{
    font-size: 14px;
	font-weight: bold;
	color: #777777;
} 

div.box_text,td.box_text
{
    font-weight: normal; 
	font-size: 12px;
    text-align: justify;
    padding: 3px;
    color: #777777;
} 

div.article_title
{
	font-size: 18px;
	margin-bottom: 10px;
}

h1
{
  font-size: 18px;
}

h2
{
font-size: 14px;
font-weight: normal;
}

div.article_abstract
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	
}

.article_body
{
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}


div.article_page_title
{
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
    text-align: center;
}

div.article_foot
{
   background-color: #eeeeee;
   margin-top: 5px;
   border: 1px solid #dddddd;
   padding: 3px;
}

div.percorso 
{
    padding-top: 5px; 
    padding-bottom: 5px; 
    font-weight: normal;
}

input,textarea
{
    font-family: Arial; 
    font-size: 11px
}

th,td 
{
    font-size: 12px; 
    font-family: Arial
}

