/* CSS Document */
#bodyText {
	border: double medium #100F70;
	padding: 10px;
}



/* LEAVE THIS BIT AS IT DEFINES THE POSITION OF THE INFORMATION ON THE PAGE */
body {
	position: relative;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
}
