/* CSS definition file containing site wide stylesheets */

BODY {
	color: rgb(255,255,255);
 	background-color: rgb(10,8,23);
 	background-image: url( "../assets/images/fl06bkndti.jpg" );
 	background-repeat: no-repeat;
 	background-position: top
}

.purpbox {
	background-color: rgb(0,0,0);
 	border: 2pt double rgb(71,57,109);
 	padding: 6pt
}

.newnumber {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	color: rgb(255,153,255);
 	line-height: 24px;
 	font-weight: bold;
 	padding-bottom: 6px;
 	border-bottom: 2pt dotted rgb(255,153,255)
}

.dotbot {
	font-size: 11px;
 	font-weight: bold;
 	background-color: rgb(255,255,255);
 	padding-bottom: 4pt;
 	border-bottom: 1pt dashed rgb(102,102,255)
}
