body{
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	margin: 10,10,10,10;
	font-size: 28px; 
	font-weight: bold;
	color: Black;
	background: white;
}

a { font-family: Arial ; text-decoration: none; color:navy;	}
a:hover { text-decoration: none; color:orange;

}


// frame
frame{ vertical-align: text-bottom; }
table.frame
{
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-size: 22px;
	color: red;
	font-weight: none;
	background: #ffff99;
}
a.frame {	color: #6699CC; }
a.frame:hover { color: brown; }

// header
header{ vertical-align: text-bottom; }
table.header
{
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: none;
	background: #003366;
}
a.header {	color: #6699CC; }
a.header:hover { color: brown; }

// main
main{ vertical-align: text-bottom; }
table.main
{
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: none;
	background: white;
	border-width: 1px;
	border-color: black;
}
a.main {	color: #6699CC; }
a.main:hover { color: brown; }


// rightnav
rightnav{ vertical-align: text-bottom; }
table.rightnav
{
	font-family: Comic Sans;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	background: #ffff99;
}
a.rightnav {	color: #CC3300; }
a.rightnav:hover { color: orange; }

// Songlist
Songlist{ vertical-align: text-bottom; }
table.Songlist
{
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-size: 12px;
	color: brown;
	background: white;
}
a.Songlist {	color: red; }
a.Songlist:hover { color: orange; }
