A
{
	text-decoration: none;
	color: #0808FF;
}

A:active 
{ 
}

A:visited 
{ 
	color: #3838FF;
}

A:link 
{ 
}

A:hover 
{ 
	text-decoration: underline; 
}


body
{
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	background-color: Black;
}


TABLE
{
	padding: 0px;
}

.Main
{
	width: 800px;
	height: 100%;
}


TR
{
	vertical-align: top;
}

.Song
{
	width: 100%;
}


TD
{
	padding: 0px;
	vertical-align: top;
}

.Title
{
	font-size: larger;
	text-align: center;
}

.TopLink
{
	font-weight: bold;
	font-size: large;
	width: 20%;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
}

.MainContent
{
	text-align: left;
	background-color: #AAAAAA;
	border-style: solid;
	border-width: 2px;
	border-color: #888888;
	height: 100%;
	padding: 10px;
}

.Footer
{
	background-color: Black;
	height: 50px;
}

.PostTitle
{
	font-weight: bold;
	padding: 0px;
}

.PostTime
{
	font-size: small;
	padding: 0px;
}

.PostText
{
	padding: 15px 0px 0px 0px;
}

.SongTitle
{
	width: 72%;
	padding: 0px 0px 15px 0px;
}

.SongLength
{
	width: 8%;
	padding: 0px 0px 15px 0px;
	text-align: right;
}

.SongDate
{
	width: 20%;
	padding: 0px 0px 15px 0px;
	text-align: right;
}


DIV
{
}

.Header
{
	font-size: large;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}

.Spacer
{
	height: 45px;
}


IMG
{
	border: 0px;
}