BODY {background:silver}

DIV.main {
	background:ghostwhite;
	max-width:1200px;
	max-height:760px;
	overflow:auto;
	margin:auto;
	font-family:"Verdana","sans-serif";
	border-radius: 0px 0px 0px 0px;
	}

P {
	color:#404040;
	font-family:"Verdana","sans-serif";
	font-size:24px;
	}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 4em;
	}

P.foottext {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
	}

P.description {
    margin-left: 30px;
    margin-right: 90px;
    font-size: 14px;
	}

UL.description {
    color:#404040;
	font-family: 'Arial Narrow', Arial, sans-serif;
	margin-left: 30px;
    margin-right: 90px;
    font-size: 14px;
	}

LI.tracklist {
    color:#404040;
	font-family: 'Arial Narrow', Arial, sans-serif;
	margin-left: 30px;
    margin-right: 90px;
    font-size: 14px;
	}

TABLE.main {
	background:ghostwhite;
	max-width:1200px;
	max-height:760px;
	overflow:auto;
	margin:auto;
	font-family:"Verdana","sans-serif";
	border-radius: 0px 0px 0px 0px;
	}

TABLE.head {
	background:white;
	max-width:1200px;
	height:20px;
	text-align:center;
	border-radius: 10px 10px 0px 0px;
	border-bottom:solid 3px;
	}

TABLE.foot {
	background:white;
	max-width:1200px;
	height:20px;
	text-align:center;
	border-radius: 0px 0px 10px 10px;
	border-top:solid 3px;
	}

A:link {color:#006B84;text-decoration:none}
A:visited {color:006B84;text-decoration:none}
A:active {color:006B84;text-decoration:none}
A:hover { color:#186321; text-decoration:none }

IMG.thumb {
	max-width:240px;
	max-height:240px;
	}

