/* Musica e Arte CSS file, January 2008 */


p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 150%;
}

.caption {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:italic;
line-height: 120%;
}

.allfoursides {
border-style: solid;
border-color: #cccccc #cccccc #cccccc #cccccc;
border-bottom-width: thin;
border-left-width: thin;
border-right-width:thin;
border-top-width:thin;
}

.bottomandleft {
border-style: solid;
border-color: transparent transparent #cccccc #cccccc;
border-bottom-width: thin;
border-left-width: thin
}

.bottomonly {
border-style: solid;
border-color: transparent transparent #cccccc transparent;
border-bottom-width: thin;
}

.leftonly {
border-style: solid;
border-color: transparent transparent transparent #cccccc;
border-left-width: thin;
}

.toponly {
border-style: solid;
border-color: #cccccc transparent transparent transparent;
border-top-width: thin;
text-align: justify;
}

A:link {
 TEXT-DECORATION: none;
 COLOR: #990000;
}

A:visited {
 TEXT-DECORATION: none;
 COLOR: #990000;
}

A:hover {
 TEXT-DECORATION: underline;
 COLOR: #990000;
}

A:active {
 TEXT-DECORATION: none;
 COLOR: #990000;
}

