p { 
	font-weight: bold;
	font: 8pt/16pt georgia; 
	}
	
h1 {
	font: 8pt/16pt georgia; 
	}
	
a:link { 
 	font-weight: bold;
	text-decoration: none;
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
	
img {
border-width: 0px;
	}