body
{
	color: black;
	background-color: silver;
	background-image: url('Fotolia_59086486_XL.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-size: 24px;
	font-family: 'Century Gothic';
}

.withshadow {
    box-shadow: 10px 10px 25px #888888;
}

.imglink:hover {
    box-shadow: 10px 10px 25px #888888;
}

table
{	
	background-color: #E8E8E8; 
	border-radius: 25px;
	border-spacing:10px;
}
tr 
{
	border: 2px solid #a1a1a1;
	border-radius: 25px;
	border-spacing:10px;
}
td
{
	border: 2px solid #a1a1a1;
	border-radius: 25px;
	border-spacing:10px;
	padding: 15px;
}
.mainTable
{
	background: -webkit-linear-gradient(silver, #E8E8E8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(silver, #E8E8E8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(silver, #E8E8E8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(silver, #E8E8E8); /* Standard syntax (must be last) */
	box-shadow: 10px 10px 100px;
}

.cTable
{
	background: -webkit-linear-gradient(silver, #E8E8E8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(silver, #E8E8E8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(silver, #E8E8E8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(silver, #E8E8E8); /* Standard syntax (must be last) */  
}
.playlist
{
	text-align: center;
	width:200px;
	height:798px;
	overflow:scroll;
	overflow-x:hidden;
	background: #D8D8D8 ;
}
.playitem
{
	float:left;
	margin:10px 15px;
	border:1px solid #fff;
	position:relative;
	cursor: pointer;
}
.playtitle
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:150px;
	background:url("playitem_bg.png") repeat;
	font-size:12px;
	color:white;
	text-align:center;
}
.mlist
{
	text-align: center;
	width:750px;
	height:200px;
	overflow:scroll;
	overflow-x:hidden;
	background: #D8D8D8 ;
	margin:10px 15px;
}
.mitem
{
	float:left;
	margin:10px 15px;
	border:1px solid #fff;
	position:relative;
	cursor: pointer;
}
.mtitle
{
	position:absolute;
	bottom:0px;
	left:0px;
	width:200px;
	background:url("playitem_bg.png") repeat;
	font-size:12px;
	color:white;
	text-align:center;
}
.links
{
	vertical-align: top;
}
a:link 
{
	font-size: 24px;
	color: Black; 
	text-decoration:none;
	font-family: Arial;
}

a:visited
{
	font-size: 24px;
	color: Black;
	text-decoration:none;
	font-family: Arial;
}	

a:hover
{
	font-size: 24px;
	color: Black; 
	text-decoration:underline;
	font-family: Arial;
}

a:active 
{
	font-size: 24px;
	color: Black; 
	text-decoration:underline;
	font-family: Arial;
}
h1
{
	font-size: 28px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
h2
{
	font-size: 26px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}	
h3
{
	font-size: 24px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}	
p
{
	text-indent: 50px;
	text-align: left;
	margin-right: 15px;
	margin-left: 15px;
}
