/* GENERAL LAYOUT */
body {text-align: center; background-color: white; margin-top: 0px;}

/* TIPOGRAFIA */
body {font-family: arial, tahoma, verdana, sans-serif; font-size: 16px;}

b	{
        font-size: 16px;
        font-weight: bold;
	}

h1	{
        font-size: 19px;
        font-weight: bold;
        color: #ADD8E6;
	}

h2	{
        font-size: 19px;
        font-weight: bold;
	}

/* LINKS */
a:link, a:visited {
        font-size: 13px;
	text-decoration : none;
	color: darkblue;
	background: transparent; 
	}
a:hover {
        font-size: 13px;  
	color: #ADD8E6;
	background: darkblue; 
	}

#divunder a:hover {color: #ADD8E6; text-decoration: underline; background: transparent;}
#divcompu a:hover {color: darkblue; text-decoration: underline; background: transparent;}

