html,body,div,span,ul,ol,li,p,a,img,h1,h2,h3,h4,h5,table,td,tr	{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body	{
	font-size:1em;
	font-family:verdana,arial;
}
h1,h2,h3,h4,h5	{
	text-align:center;
	font-weight:normal;
}
input,textarea	{
	font-family:courier;
	background-color:#ffffff;
}
a:link, a:active, a:visited, a:hover {
	color:blue;
	text-decoration:underline;
}
p	{
	padding:10px;
}
ul	{
	margin:0 0 0 25px;
}
ol	{
	margin:0 0 0 35px;
}
li	{
	padding:5px;
}
td	{
	padding:5px;
}
a.no:link, a.no:active, a.no:visited {
	text-decoration:none;
	color:black;
}
a.no:hover {
	text-decoration:underline;
	color:blue;
}
.menuitem	{
	width:150px;
	height:45px;
	text-align:center;
}
.menutext	{
	width:150px;
	color:white;
	font-weight:bold;
	font-size:12pt;
}
a.menutext:link, a.menutext:active, a.menutext:visited, a.menutext:hover	{
	text-decoration:none;
	color:#ffffff;
}
.picbox	{
	width:600px;
	height:200px;
	margin:10px auto;
	background-color:#eeeeee;
}
.playtitle	{
	float:left;
	margin:85px 0 0 10px;
	font-style:italic;
}
