BODY {
	margin: 0;
	background-color: #D3D3D3;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px;
}

A { text-decoration: none; }

A:visited { text-decoration: line-through; }

.bluetxt { color: #13A2CE; }

.greentxt { color: #1DA055; }

.redtxt { color: #CC0202; }

.purpletxt { color: #8C28A5; }

.bluebar {
	height: 10px;
	background-color: #13A2CE;
}

.greenbar {
	height: 10px;
	background-color: #1DA055;
}

.redbar {
	height: 10px;
	background-color: #CC0202;
}

.purplebar {
	height: 10px;
	background-color: #8C28A5;
}

.txtbox {
	padding: 15px;
	padding-left: 12px;
	padding-bottom: 21px;
}
