<style type="text/css"> 

BODY { 	background-color: #ffffef;
     	font-family: browser default;
	font-style: normal;
      	font-size: 15pt;
      	margin: 8em; 
	color: #00f
      	text-align:center;
	font-variant: normal
}
    

h1 {	font-family: browser default;
	font-style: normal;
	color: brown;
	text-transform: uppercase;
	text-align: center;
	text-decoration: italic;
	font-weight: heavy;
	font-size: 27pt
}

h2 {	font-family: browser default;
	text-transform: capitalize;
	font-weight: medium;
	font-size:20pt;
	text-align: center;
	font-variant: small-caps;
	text-decoration: none;
	color: green
}


h3 {	font-family: monotype corsiva;
	font-size: 18pt;
	text-weight: light;
	text-align: center;
	color: #447
	
}

EM { font-style: oblique color:blue }

P { color: blue; font-family: browser default; font-size:18; text-align:center }
P:first-letter { color: green; font-size:15pt; weight:extra-bold }
P:first-line { color:purple; font-weight:bold; font-variant:small-caps  }

A:LINK {		font-family: default;
		font-weight: bold;
		color:#0000FF;
		text-decoration: none;
		position: relative;
}

A:VISITED {	font-family: default;
		font-weight: bold;
		color: red;
		text-decoration: none;
		position: relative;
}

B {		font-family: times new roman, default;
		font-style:italic;
		font-weight: normal;
		color: #009000;
		position: relative;
}

	
I {		font-family: default;
		font-weight: bold;
		font-style: italic;
		position: relative;
}
	
LI  {		font-family: default;
		font-size: medium;
		color: #000080;
		position: relative;

	}
HR {		color:navy;
		size:3
}

</style>


