@charset "UTF-8";
/* CSS Document */

body {
	font-size: 11px;
	font-family: "Courier New", Courier, monospace;
	background:#F3F3F3;
}

a:link { text-decoration: none; background-color:#FF0; color: #000; }
a:active { text-decoration: none; background-color:#FF0; color:#F00; }
a:visited { text-decoration: none; background-color:#FF0; color: #000; }
a:hover { text-decoration: none; background-color:#FF0; color: #000; }

 
h1 { font-size: 11px; color:#000; font-family: "Courier New", Courier, monospace; text-decoration:underline;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; padding-bottom: 8px; letter-spacing:2px; }
h5 { font-size: 16px;  }



#main {
	position:relative;
	top:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:600px;
	}

