body{
	background-color : #FFFFFF;
	font-family : Arial,Helvetica;
	font-size : 12pt;
	text-align : left;
	color: #333333;
	margin-top: 0;
	margin-left: 10;
	margin-right: 10;
}

h1{
	font-family: Arial,Helvetica;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #993366;
}

h2{
	font-family: Arial,Helvetica;
	font-size: 13.5pt;
	font-weight: bold;
	font-style: italic;
	color: #993366;
}

h3{
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
	color: #0000A0;
}

h4{
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #0000A0;
}

h5{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #0000A0;
}

h6{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #0000A0;
}


a::link{
	color: #006600;
}

a:active{
	color: #FFCC00;
}

a:visited{
	color: #551A8B;
}

a:hover{
	color: #FF0000;
}

.address {
	color: #000000;
	font-family: Times New Roman,Times;
	font-size: 12pt;
	font-weight: bold;
}
.menu{
	background-color : #FFFFFF;
	font-family: Times New Roman,Times;
	font-size : 14pt;
	text-align : center;
}