﻿/* CSS layout */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: justify;
}
	a:link {color: #FF0000}
	a:visited {color: #999966
}

	body {
	margin: 0 0 0 0px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-align: justify;
	font-weight: normal;
	line-height: 150%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10;
	color: #825700;
	font-size: large;
}

h2 {color: #FFFFFF; text-align:center; font-size:large; font-weight:bold; margin-top:6; margin-bottom:0}
