<html>
<head>

</head>
<title>StyleSheet2</title>



h1{
	font size: 24pt;
	color: Maroon;
	font: strong
}

h2{
	font size: 20pt;
	color: Maroon;
	font: strong
}

ol{
	font size: 16pt;
	color: #A0522D;
	font: strong
}
	li{font size: 10pt; color:"#CD5C5C"}
	
dl{
	font size: 16pt;
	color: RoyalBlue;
	font: strong
}
	dt {font size: 12pt; color:"#CD5C5C"}
	
	dd {font size: 10pt; color:"#B22222"}

body{
	background color : "#FFFACD" font size: 10pt;
	border-bottom-color : #FAFAD2;
	background-color : #FAFAD2;
}

font {
	color: RoyalBlue;
}
	
table {
	background-color : #F5F5DC;
	color : #A52A2A;
	font-family : "Times New Roman";
	border : ridge #A0522D;
	layout-grid-mode : line;
	layout-grid-type : strict;
	layout-grid-char : auto;
}

A {
	font-size : 10pt;
	color : #8B4513;
}

pre{
	font-size : 14pt;
	font-family: "Arial";
	font-weight : bold;
}

</html>
