﻿a:link
{
	color: rgb(0,55,55);
}

a:visited
{
	color: rgb(0,55,55);
} 
a:active 
{
	color: rgb(0,55,55);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight:bold;
	background-color: white;
	color: rgb(44, 44, 44);
}
table
{
	border: 1px #CC3300 solid;
	border-collapse: collapse;
}
img
{
	border-width: 0px;	
}
td
{
	border:thin silver inset;
}
table.plain
{
	border:0px;
	border-collapse:collapse;
}
table.plain td
{
	border:0px;
}

.announce
{
	color: rgb(55,55,0);
	font-size: 18pt;
	font-weight:bold;
	text-align:center;
}	
.title
{
	font: normal normal bold;
	color: #CC3300;
	font-size: 40pt;
	font-weight: bolder;
	text-align: center;
}
.song
{
	text-align: center;
	color: :navy;
	margin-bottom: 4px;
	margin-top: 1px;
	font-size: large;
}
h1
{
	color: rgb(51, 102, 153);
	font-size: 32pt;
}
h2
{
	color: rgb(51, 102, 153);
}
h3
{
	color: rgb(244,144,0);
}
h4
{
	color: rgb(244,144,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}

.hidden
{
	display:none;
}