body {
  background: 		EDFAE7;
  font-family: 		Verdana, Arial, Helvetica;
  color: 		black;
  font-size: 		13px;
  line-height: 		21px;
  margin: 		100px 0px; padding: 0px;
  text-align: 		center;
	}
	
#content {
  background:		#FFFFFF;
  width:		600px;
  margin: 		0px auto;
  text-align: 		left;
  color: 		black;
  padding-left: 	80px;
  padding-right: 	80px;
  padding-top: 		80px;
  padding-bottom: 	80px;
  border-left: 		1px solid gray;
  border-right: 	1px solid gray;
  border-top: 		1px solid gray;
  border-bottom: 	1px solid gray;
  }

#logo {
  position:		relative;
  top:			-40;
  left:			-40;
  }

a { 
  font-family:		Verdana, Arial, Helvetica;
  font-size:		13px;
  color:		LightCoral;
  text-decoration: 	none
  border-bottom: 	1px solid LightCoral;
  }

a:hover {
  font-family:		Verdana, Arial, Helvetica;
  font-size:		13px;
  color:		LightCoral;
  text-decoration:	none;
  border-bottom: 	1px solid LightCoral;
  }

a:visited {
  font-family:		Verdana, Arial, Helvetica;
  font-size:		13px;
  color:		LightCoral;
  text-decoration:	none
  }

td {
  font-size:		13px;
  line-height:		16px;
  }  

h6 {
  font-size:		13px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		15px;
  padding-bottom: 	0px;
  }  

h5 {
  font-size:		15px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		20px;
  padding-bottom: 	0px;
  }  

h4 {
  font-size:		17px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		25px;
  padding-bottom: 	0px;
  }  

h3 {
  font-size:		19px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		30px;
  padding-bottom: 	0px;
  }  

h2 {
  font-size:		21px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		35px;
  padding-bottom: 	0px;
  }  

h1 {
  font-size:		23px;
  font-weight:		normal;
  line-height:		30px;
  padding-top: 		40px;
  padding-bottom: 	0px;
  }  

ul.outside {
  list-style-position: outside;
  list-style-type: disc;
  }