body {
	margin: 4%;
	padding: 0;
	background-color: #000000;
	background-attachment : fixed;
	font-family : "Trebuchet MS",  Arial, Geneva, Helvetica, sans-serif; 
	font-size : 80%;
	 
	}


	
	
a:link {
color : #9f2d7a;
} 

a:visited {
color : #9f2d7a;

} 

a:hover {
color : #9f2d7a;
} 
	
	
	

h1 {
font-size : 120%;
letter-spacing : 2px;
font-style : italic;
font-weight : bold;
text-align : center;
padding : 1px 0 0 0;
}
	

p {
	font-size: 100%;
	text-align: left;
	
}


	
#container {
 margin: 0 auto;
width : 600px;
margin-bottom : 20px;
padding: 20px 30px 20px 30px;
background-color : #FFFFFF;
border:  solid #c0c0c0;
border-left-width : 1px;
border-top-width : 1px;
border-right-width : 2px;
border-bottom-width : 2px;
}
	

	
	
	
	