body { }
p { }
td { }
a:link { color: #000; font-size: 12px; text-decoration: none; }
a:visited { color: #be0000; font-size: 12px; text-decoration: none; }
a:hover { color: #be0000; font-size: 12px; text-decoration: none; }
a:active { color: #be0000; font-size: 12px; text-decoration: none; }
/* overrides the need for border="0" attribute in image tags (xhtml 1.1) */
/*
body needs to be 100%,in ie windows so the right collumn can fill the height of the window.
HTML needs to be 100% so that in opera so that the background will be flush with the bottom,
otherwise it seems that the "body" only spans to about 80% of the window height.
*/
body  { color: #333; font-size: small; font-family: Helvetica, Arial, sans-serif; background-repeat: no-repeat; background-position: left bottom; text-align: left; margin: 0; padding: 0;}
/*
html and body need be assigned heights of 100% for elements
to have a height the same as the browser height.
In this case the #rightcollumn element neeeds it to stretch.
*/
/*link per testi news*/
a.news:link { color: #bcb8ab; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.news:visited { color: #bcb8ab; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.news:hover { color: #be0002; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.news:active { color: #be0002; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana;  font-weight: normal; line-height: 15px; }
/**/
.titolonews { color: #be0002; font-size: 14px; font-family: georgia, times, "times new roman"; font-style: italic; line-height: 15px; }
.testonews { color: #3f3f3f; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; line-height: 15px; }
a.artisti:link { color: #5a5a5a; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.artisti:visited { color: #5a5a5a; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.artisti:hover { color: #000; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana; font-weight: normal; line-height: 15px; }
a.artisti:active { color: #000; font-size: 11px; font-family: "Lucida Grande", helvetica, arial, verdana;  font-weight: normal; line-height: 15px; }
