body
{
	background-color: #000000;
	color: #c0c0c0;
	font-family: Verdana;
	font-size: 10px;
}

#Page
{
   position: absolute;
   left: 50%;

   width: 800px;

   margin-left: -400px;

   text-align: center;
}
#Menu
{
   text-align: center;
}

#Headline
{
   text-align: center;
}

.HeadLine
{
	font-size: 13px; 
	font-weight: bold;
	letter-spacing: 5px;
}

#Main
{
	padding: 15px;
	border-top: 2px solid #303030; 
	border-bottom: 2px solid #303030;
	text-align: left;
}

a
{
	color: #707070;
	text-decoration: none;
}
a:hover
{
	color: #c0c0c0;
	text-decoration: none;
}

a.MenuLink
{
	color: #909090;
	font-size: 12px;
	text-decoration: none;
}
a.MenuLink:hover
{
	color: #707070;
	font-size: 12px;
	border-top: 1px solid #707070;
	text-decoration: none;
}

h1
{
	font-size: 15px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

input, select
{
	background-color:Gray
}

td
{
	text-align: left;
	vertical-align: top;
}

.ReleaseTitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.TrackNumber{
    color: #505050;
}

.TrackArtist {
    color: #f0f0f0;

}

.TrackName {

}

.TrackVersion {
    font-style: italic;
}

.MainItem {
    letter-spacing: 2px;
    font-weight: bold;

}

div.InlineSpacer
{
    height: 30px;
}