html, body { margin: 0px; padding: 0px;}

a:link, a:visited, a:active
{
 font-family:Verdana,Geneva,Sans-serif;
 color: #000099;
 text-decoration: underline;
}
a:hover { color: red; text-decoration: underline; }

a.square_rosso:link, a.square_rosso:visited, a.square_rosso:active
{
 font-family:Verdana,Geneva,Sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 background: url(../images/square_red.png) no-repeat center left;
 padding-left:18px;
 margin-bottom:4px;
}
a.square_rosso:hover { color: red; text-decoration: none; }

a.square_blue:link, a.square_blue:visited, a.square_blue:active
{
 font-family:Verdana,Geneva,Sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 background: url(../images/square_blue.png) no-repeat center left;
 padding-left:18px;
 margin-bottom:4px;
}
a.square_blue:hover { color: red; text-decoration: none; }

a.square_green:link, a.square_green:visited, a.square_green:active
{
 font-family:Verdana,Geneva,Sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 background: url(../images/square_green.png) no-repeat center left;
 padding-left:18px;
 margin-bottom:4px;
}
a.square_green:hover { color: red; text-decoration: none; }

a.square_pink:link, a.square_pink:visited, a.square_pink:active
{
 font-family:Verdana,Geneva,Sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
 background: url(../images/square_pink.png) no-repeat center left;
 padding-left:18px;
 margin-bottom:4px;
}
a.square_pink:hover { color: red; text-decoration: none; }
