body {
	background: #add8e6 url(../pix/bg-clouds-03.jpg) no-repeat fixed center center;
	font: normal normal normal medium times new roman, times, serif;
	color: #000080;
	}
div {
	
	}
.outside {
  width: 90%;
  height: 100%;
  margin: 2% 3%;
  padding: 5px;
  border: 10px none #0000ff;
	}
.header {
	background: transparent url(../pix/header-lettermen.gif) no-repeat center;
	width: 90%;
   margin: 0% 2% 1% 2%;
	padding: 0% 2%;
   border-bottom: medium solid #0000ff;
	text-align: center;
	}
.content {
	border: 3px none #0000ff;
	background-color: transparent;
	width: 90%;
	margin: 0% 4%;
	padding: 1% 2%;
	text-align: center;
	}
.footer {
  clear: both;
	width: 90%;
	margin: 0% 4%;
  padding: 10px 10px;
	border: 3px none #0000ff;
  background-color: transparent;
  text-align: center;
	}
.underbold {
	font-size: larger;
	font-weight: bolder;
	text-decoration: underline;
	}
.emphasize {
	color: #ffffff;
	font-style: italic;
	font-size: larger;
	}
p {
  text-align: justify;
	
	}
h1, h2, h3, h4, h5, h6{
	color: #0000ff; 
	font-style: normal;
	font-weight: bold;
	text-align: center;
	}
	
a:link{

}

