
body { background-image:
url('mywebpage.gif');
background-position: center;
background-position: 45% 10%;
background-repeat: no-repeat;
background-color: #FFFFD7;
}
h1 {font-family: "Arial", Helvetica, sans-serif; 
	background-color: #999999;
	border-style: solid;
	padding: 3mm;
	border-right: thick solid #999999;
	border-left: thick solid #666666;
	border-bottom: thick solid #666666;
	border-top: thick solid #999999;
	text-align: center;
	color: #330066
	}
em{color: #0000FF;
font-weight: bold;	
text-decoration: underline;
text-transform: uppercase;
}
ul{list-style-type: circle;
}
p{font-family: "Times New Roman";
font-size: 14px;
}
