@charset "utf-8";
/* CSS Document */

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

a:link {
	color: #990000;
}
a:visited {
	color: #000099;

}

/* float the program on the left */
#program {float: left; padding: 0px 20px 20px 10px}

/* keep the descriptive text to the right of the program */
.maintext {margin-left: 138px}
