html, body  
	{background: url(bg.jpg) repeat center top; 
	 text-align: center; 
	 font-size: 1em; 
	 font-family: "palatino linotype";
	 color:white;
	}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: left;
	}
	
#all{margin:auto;width:700px;}
p{padding:10px;}
img 
  {border: 0px;
	}
h1,h2
	{font-size: 2em; 
	 font-weight: normal;
	 letter-spacing:-1pt;
	 color:red;
	 border-bottom:1px dashed white;
	}

h3
	{font-size: 1em; 
	 font-weight: bold;
	}
a 
	{color: red; 
	 font-size: 1.4em;
	 border-bottom:1px dashed white;
	 text-decoration:none;
	}
a:hover 
	{color: #cb8583;
	}
