body {
	background-color: black;
	color: white;

	margin-top: 20px;

	/*
        background-image: url('img/bg.gif');
        background-repeat: repeat
        background: #370000;
	*/

	font-family: Sans-Serif;
	font-size: 11px;

}

span.blue {
	color: #3333CC;
	font-size: 14px;
	font-weight: bold;
}
span.pink {
        color: #FF0033;
        font-size: 14px;
        font-weight: bold;
}


span.instrument {
	color: #BBBBBB;
	font-style: italic;
}

div#all {
}

table {
	font-size: 11px;
}

div#content {
	/* border: 1px solid green; */
	width: 650px;
	height: 500px;
	background-color: black;
}

div#text {
	padding: 15px;
	padding-top: 0px;
}

img.border {
	border: 2px solid white;
	margin-bottom: 10px;
	/* padding: 20px; */
}

form, input, textarea {
	font-family: Sans-Serif;
	font-size: 11px;
	padding: 0px;
}

