p {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: black;
	margin-left=10%
}'
title {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: blue;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: red;
}
h2 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: blue;
}
body {
	margin-left=2em
}
#box {
	background-color: #330099;
	font-family: Arial, sans-serif;
	color: #ffffff
	width: 300px;
	height: 600px;
	margin-left=10%
}
#border {
	width: 300px;
	height: 300px;
	border-style: 5px solid white;
	padding:2em 2em 2em 2em
}

#navigation menu {
	font-size: .8em;
	font-family: Arial, sans-serif;
	color: blue;
}
#box2 {
	background-color: white;
	font-family: Arial, sans-serif;
	color: blue;
	width: 500px;
	height: 500px;
	margin-left=1em
}	
h3 {
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: red;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	color: blue;
}