      body {
	background-image: url('background.png');	
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-bottom: 1cm;
	background-color: white;
	margin:50px 0px; padding:0px;
	text-align:center;
	}
      p.menu {
	padding-top: 140px;
	margin: 0px auto;
	text-align: left;
	height: 40px;
	width: 350px;
	}
      p.body {
	padding-top: 2px;
	width:460px;
	height: 350px;
	margin: 0px auto;
	text-align: left;
        overflow: auto;
	font-size: 14px;
	font-family: Times New Roman;
	}
      a.menu {
	color: red; 
	font-family: Lucida Console; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}	
      a.highlight {
	color: white; 
	font-family: Lucida Console; 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	}
      a.body {
	color: black;
	font-size: 14px;
	} 
      a.email {
	color: red;
	} 