body {
	color: inherit; /* text color */
	font-family: Arial; /* font name */
	font-size: 9pt; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	background-image: url('../images/pixyback.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed;
}

.text {
		font-family: tahoma;
		font-size: small;
		color: blue;
}

.text7 {
		font-family: tahoma;
		font-size: 7pt;
		color: blue;
}
.text8 {
		font-family: tahoma;
		font-size: 8pt;
		color: blue;
}
.text9 {
		font-family: tahoma;
		font-size: 9pt;
		color: blue;
}
.text10 {
		font-size: 10pt;
}
.text11 {
		font-size: 11pt;
}
.text12 {
		font-size: 12pt;
		font-family: arial;
}
.text15 {
		font-size: 15pt;
}
.text15c {
		font-size: 13pt;
		font-family: "Comic Sans MS";
		font-weight: bold;
		color: #339966;
}
.text17 {
		font-size: 17pt;
}
.text20 {
		font-size: 20pt;
}
.text25 {
		font-size: 25pt;
}
.text25c {
		font-size: 25pt;
		font-family: "Comic Sans MS";
		color: #339966;
}
.text_med {
		font-size: medium;
}
.text_large {
		font-size: large;
}
.text_small {
		font-size: 9pt;
}

table.questions {border-collapse: collapse; }

.red { color: #ff0000; }
.grn { color: #00ff00; }
.blu { color: #0000ff; }
.blk { color: #000000; }
