html, body {
	height: 100%;
}
.wrapper {
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}


body
{
background-color: black;
font-family: verdana, arial, 'sans serif';
}

p, ol, li, h3
{
color:C2E3FA;
font-size: 90%;
}

li
{
text-align:justify;
}

.music
{text-align: left;
}

.link
{
text-align:center;
padding:5px;
font-size: 90%;
}

td.current
{ 
color:#6A5688;
text-decoration:none;
text-transform: uppercase; 
text-align:center;
padding:5px;
font-size: 90%;
font-weight: bold;
}

a
{
text-decoration:none;
color: #C2E3FA;
font-weight: bold;
}

a:hover    { text-decoration:underline }





