/* this file is called style.css */
body {
	color: #FFFFFF;
	background: #1245AC;
}

div.box {
	border: solid;
	border-width: thin;
	width: 50%;
}
