H1 {	color: black; 
	font-style: italic; 
    	font-weight: bold; 
	font-size: x-large;
    	font-family: "utopia", "arial"
}

H2 {	color: black; 
	font-style: italic;
	font-size: large;
	font-family: "arial", "sans-serif";
	font-weight: normal;
}

H3 {	color: black; 
	font-style: italic; 
	font-size: small;
	font-family: "arial", "sans-serif";
	font-weight: normal;
}

H4 {	color: black; 
	font-style: italic;
	font-size: medium;
	font-weight: normal;
	font-family: "arial", "sans-serif";
	vertical-align: baseline;
}

H5 {	color: black;
	font-style: italic;
	font-weight: bold;
	font-family: "utopia","arial";
	font-size: 140%
}

body {	background-image: url(images/back.jpg);
	font-size: medium;
	font-family: "arial", "sans-serif";
	font-weight: normal;
	font-style: normal;
}

cite {	color: black;
	font-size: medium;
	font-family: "arial", "sans-serif";
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin-left: 15%;
}

td {	color: black;
	font-size: medium;
	font-family: "arial", "sans-serif";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
}

ul  {	color: black;
	font-size: medium;
	font-family: "arial", "sans-serif";
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

address {color: black;
	font-size: medium;
	font-family: "arial", "sans-serif";
	margin-left: 10%;
	font-style: normal;
}

