
body {

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    background: #f8e5e9;
    margin: 5px;
    padding: 0;
    text-align: left;

}

p {
   width: 500px;
}

h2 {
        font-size: 120%;

}

#header div {         
  background: #d69ca5;
  height: 15px;
  width: 100%;
}



a:active {  
	text-decoration: underline;
	color: #000;
}
	
a:hover {  
	color: #000;
	text-decoration: underline;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}



#container {
  width: 768px;
  padding: 0px;
  margin: 0px;
  text-align: left;
}

#header {
  padding: 0px;
  margin: 0px;
  text-align: left;
  background: #fff;
}

#content {
  width: 768px;
  height: 200px;
  padding: 20px;
  margin: 0px;
  text-align: left;
  background: #fff;
  vertical-align: top;
}

#footer {
    height: 20px;
    background: #d69ca5;
    color: #fff;
    padding: 0px 20px;
}






