#body {background-color: yellow}

h1 {font-size: 36pt}
h2 {color: blue}
p {text-align: justify;width:700px;}
div {text-align:center}
.center {text-align:center}

div {position:center}

.navigation {
  height:30px; width:720px; 
  color:white;
  border-color:maroon; 
  border-style:solid; 
  border-width:1px; 
  background-color: cyan;	   
}

.content {
  height:75%; 
  width:720px; 
  border-color:maroon; 
  border-width:1px; 
  padding:10px;
  text-align: justify;
  padding-top: 3%;
  padding-bottom: 3%;
  border-style: solid; 
  border-color: #0000ff;
}

.floatright {
	position: relative;
	left-position:600px;
	height: 50%; width: 50px;
	border-color:maroon; 
	border-style:solid; 
  	border-width:1px; 
   
}

a:link {
  color:white; 
  font-weight:bold;
}

