body
{
    background-position: top;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    text-align: center;

    background-image: url(files/music-staff-black.jpg);
    background-repeat: repeat;
}

h1
{
    font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 1.5em;

}

h3 {
	font-size: 1.3em;

}
h4 {
	font-size: 1.2em;
}
a
{
    text-decoration: none;
    color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a:hover
{
    color: #FF0000;
}
a img {
         border: 0 none;
           }

img {
         border: 0 none;
           }
.borderedwhite
{
    border: 3mm ridge #FF0000;
}
.rightcol
{
    width:188px;
    text-align:left;
    border-left-style: solid; 
    border-left-width: thin; 
    border-left-color: #40ff02;
    vertical-align: top; 
    padding-right: 4px; 
    padding-left: 4px;
    background-color: #0132E7;
}
.rightcol p
{
    font-weight: bold;
    color: #ffffff;
}
.rightcol ul
{
    font-weight: bold;
    color: #ffffff;
}
.rightcol a
{
    font-weight: bold;
    color: #40ff02;
}
.rightcol a:hover
{
    color: #ff0000;
    font-style: italic;
}
.rightcol h3
{
    font-size: 1.3em;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
