@charset "UTF-8";



.red_bar {
	color: #FF0000
}

.start_red_bar {
	font-size: medium;
	font-weight: bold;
	color:#FF0000
	
}



.topic {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000
}

.end_red_bar {
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}

.event {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FF0000
}

body {
	background-color: #000000;
	
}

