@charset "utf-8";
/* CSS Document */
a:link {color:#FF0000}
a:visited {color:#ff0000}
a:hover {color:#00ff00}
a:active {color:#00ff00}
.style1 {color: #000000}
body {
	background-color: #000000;
}
.style2 {color: #F0F0F0}
.style3 {color: #CCCC00}

.style4 {
	font-size: xx-large;
	color: #ffba00;
	font-weight: bold;
}

.style5 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.style6 {
	color: #CC6600;
	font-weight: bold;
	font-size: 16px;
}
.style7 { font-size:14px}
.style8 {font-size:24px;
		font-weight:bold;
		color:#0000FF;
		}
.style9 {font-size:24px;
		font-weight:bold;
		color:#FF0000; font:Arial, Helvetica, sans-serif;		
		}
.style10 {font-size:18px;
			color:#CC0000;
			font-weight:bold
			} /* class titles top of page font */
.style11 {font-size:18px;
			color:#000000;
			font-weight:bold;
			} /* class times font */
p.margin {margin: 1cm 1cm 1cm 1cm}

