﻿#alert {
	color: yellow;
}
a {
	color:yellow;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color:yellow;
}
a:visited {
	color:yellow;
}
body {
	background-color:black;
	border: none;
	color:white;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 30px 30px 0 30px;
}
.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.install {
	color:red;
	margin-left:auto;
	margin-right:auto;
	font-size:15px;
 	font-weight:bold;
}
.leftnav {
	color:yellow;
	display:block;
	font-weight:normal;
	position:fixed;
	width: 100px;
	margin-top: 20px;
	border-right-color:yellow;
	border-right-style:double;
}
li {
	font-size:11.0pt;
	font-family:"Arial","sans-serif";
}
.main {
	display:block;
	margin-left:120px;
	width:840px;
}
.piece {
	color:yellow;
}
td {
	border-style:none none none none;
	border-bottom-color:red;
	border-bottom-width:2px;
	padding: 0px 15px 25px 15px;
	vertical-align:top;
	width:250px;
}
.venue {
	color:#7FFF81;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
 	font-weight:bold;
}
.when {
	 color:#7FFF81;
	 font-size:16px;
	 font-weight:normal;
}
