img.headerText {
	position: absolute;
	top: 107px;
	left: 536px;
}

img.headerImage {
	position: absolute;
	top: 0px;
	left: 0px;
}

table.menu {
	position: absolute;
	top: 100px;
	left: 0px;
	border-style: none;
	border-color: #ffffff;
	line-height: normal;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #000099;
	text-align: left;
	width: 150px;
	height: 219px;
}

div.body {
	position: absolute;
	top: 145px;
	left: 165px;
	width: 800px;
	border-style: none;
    border: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

a:link, a:visited 
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;		
}
		
a:hover 
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;	
}

a.menu:link, a.menu:visited
{
	color: #ffffff;
	text-decoration: none;	
}

a.menu:hover
{
	color: #ffffff;
	text-decoration: underline;
}

img.mp3
{
	border-color: #ffffff;
}

img.mp3:hover
{
    border-color: #0000ff;
}

img.menu-image
{
    border-color: #000099;
}

img.menu-image:hover
{
    border-color: #ffffff;
}

.title
{
	font-weight: bold;
}

.extra
{
	color: #0000FF;
}

.underlined
{
	text-decoration: underline;
}