@charset "UTF-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Century Gothic, Trebuchet MS, Arial, Verdana;
	font-size:.95em;
	color: #333333;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td.stage{
	background:url(../images/bg_stage.jpg) repeat-x #f2a7d9;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ff66cc;
}
h1 {
	color: #cc6699;
	font-size: 65px;
	font-weight: normal;
	font-variant: small-caps;
	font-style:italic;
	margin:0px;
}
h2 {
	color: #666666;
	font-size:30px;
	font-weight: normal;
	font-variant: small-caps;
	margin:0px;
}
p {
	text-indent:10px;
	line-height: 25px;
}
#gallery img {
	border:1px solid #666666;
}
.med {
	color: #666666;
	font-size:25px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}
.und {
	text-decoration: underline;
}
a {
	text-decoration:none;
	color:#0066CC;
}

-->