/* CSS Document */
h1 {
	text-align: center;
	font-size: 24.0pt;
	font-family: "Georgia";
    color: navy
}
body {
	background: #000000;
}
p {
	color: #000000;
	font: 16px Georgia;
	text-align: center;
}
.blueonyellow {
	text-align: center;
	color: navy;
	font: bold 24pt Georgia
}
a {
	font: small Arial, Helvetica, sans-serif;
}

.redyellow {
	text-align: center;
	font: bold 28pt "Times New Roman";
	color: red;
}
span.highlight {
	background-color: #FFFF00
} 
.reditalic {
	text-align: center;
	color: red;
	font: italic bold 24px Georgia
}
.smallblue {
	text-align: center;
	color: #000000;
	font: 16px Georgia;
}
.mediumblue {
	text-align: center;
	color: navy;
	font: italic 24px Georgia;
}
.redmedium {
	text-align: center;
	color: red;
	font: bold 24px Georgia;
}
.blackmedium {
	text-align: left;
	color: black;
	font: italic bolder 18px Georgia;
	background: #FFFF00;
}
.black_m_c {
	text-align: center;
	color: black;
	font: italic bolder 18px Georgia;
	background: #FFFF00;
}
.redmedium {
	text-align: left;
	color: red;
	font: italic bolder 18px Georgia;
	background: #FFFF00;
}
.blueyell {
	text-align: center;
	color: navy;
	font: bold 24pt Georgia;
	background: #FFFF00 center;
}
.redyell {
	text-align: center;
	color: red;
	font: bold 24pt Georgia;
	background: #FFFF00 center;
}
.blacks {
	text-align: left;
	color: black;
	font: bolder 14px Georgia;
}
.script {
	text-align: left;
    color: navy;
	font: bold 36px Script MT Bold;
}

