body {
	background-image: url(office.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.pclass {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}

li {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}

.mlclass {
	width: 155px;
}

.txclass {
	vertical-align: top;
	text-align: center;
	color: #2020F0;
}

.train1 {
	font-weight: bold;
	text-decoration: underline;
}

.train2 {
	font-weight: bold;
}

.normal {
	font-family: "Arial Black", Arial, Gadget, Geneva, sans-serif;
	font-size: 80%;
	border-style: inset;
	border-color: #FF9999;
	color: #660000;
	background-color: none;
	border-width: #10px;
	padding: 5px;
}

.bright {
	font-family: "Arial Black", Arial, Gadget, Geneva, sans-serif;
	font-size: 80%;
	border-style: outset;
	border-color: #FF9999;
	color: #660000;
	background-color: #FFCCCC;
	border-width: #10px;
	padding: 5px;
}


