body {
	background-color : #A0A0A0;
	background-repeat : no-repeat;
 	background-attachment :fixed;
	background-position :center;
	}

h1 {
	font-size : 20pt;
	color : #000000;
	font-family : Helvetica, Arial, sans-serif;
	text-align : center;
	}

h2 {
	font-size : 15pt;
	color : #000000;
	font-family : Helvetica, Arial, sans-serif;
	margin-left:50px;
	text-decoration :underline;
	}

h3 {
	font-size : 12pt;
	color : #000000;
	font-family:Helvetica,Arial,sans-serif;
	}
	
pre {
	margin-left : 50px;
	border-width : medium;
	border-color : #00EE00;
	border-style : solid;
	padding : 10px;
	background-color : #000000;
	color : #EEEEEE;
	font-family : Fixedsys,Courier;
	}
	
strong {
	font-weight : normal;
	color : #FFFF00;
	}