﻿/* CSS layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #800000;
}
a:link {
	color: #FFFF00;
}
.underline {
	text-decoration: underline;
}
a:visited {
	color: #FFFFCC;
}
.boldtitle {
	font-size: large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.copyright {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.performer {
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.onclickyellow {
	color: #FFFF00;
	text-decoration: underline;
}
.details {
	font-size: small;
}
.center1 {
	margin-left: auto;
	margin-right: auto;
}