/* CSS definition file containing site wide stylesheets */

.Titletext {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14pt;
 	font-weight: bold;
 	background-color: rgb(255,255,204);
 	border: 2px solid rgb(255,255,255);
 	padding: 2px
}

.Boxtext {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12pt;
 	background-color: rgb(255,255,255);
 	border: 4px outset rgb(128,128,128);
 	padding: 3px 4px
}