body {
	scrollbar-arrow-color: red;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3d-light-color: black;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #000;
	background-image: url(image1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

table.main {
	background-color: #222;
	margin-top: 20px;
	width: 712px;
	border: 1px solid #FFF;
	frame: box;
	cellspacing: 0px;
	cellpadding: 1px;
	}

a 	{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	outline: none;
	}

a:visited {
	color:  #fff;
	}
a:active {
	color:  #fff;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}

p 	{
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px; 
	}

p.shows {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px; 
	}


p.scroll { 
	height: 400px;
	overflow: auto;
	scrollbar-arrow-color: red;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color: black;
	scrollbar-track-color: gray;
	scrollbar-face-color: black;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3d-light-color: black;
	}


h1 {
	text-align: left;
	color: #666;
	font-size: 14pt;
	font-weight: bold;
	}

h2	{color: #a00;}

h1.menu {
	text-align: center;
	
	font-family: verdana;
	color: #fff;
	font-size: 11pt;}



h1.shows {
	text-align: center;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	}

	}

img 	{
	border: 0;
	}

#top {
	position: relative;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	width: 710px;
	padding: 0px;
	border: 1px solid #fff;
	background: #666;
	height: 100px;
	}
