body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

	color: #000;
	background-color: #fff;
	font-size: 13px;

}
a:link    { color: #008 }
a:visited { color: #004 }
a:active  { color: #fff }
a:hover   { color: #aa0 }

.menu {
	text-align: center;
	font-size: 12px;
	border-style:outset;
	padding: 4px;
	background-color: #ddd;
}
.menu a:link    { color: #F00; font-family: 'Arial'; font-weight: 900; text-decoration: none;}
.menu a:visited { color: #C00; font-family: 'Arial'; font-weight: 900; text-decoration: none;}
.menu a:active  { color: #fff; font-family: 'Arial'; font-weight: 900; text-decoration: none;}
.menu a:hover   { color: #fff; font-family: 'Arial'; font-weight: 900; text-decoration: none;}

.floatleft  {float: left}
.floatright {float: right}
.floatclear {clear: both}


dt	{ background-color:#FFF; font-weight:bold; border-color: #88F; border-style: solid; border-width: 1px; padding: 2px 4px 2px 4px; }
dd	{ background-color:#DDF; padding:4px; }

h1 { color: #000; font-family: 'Times New Roman'; font-weight: 900; border-bottom:6px solid  #c00; padding: 0px 4px  ;}
h2 { color: #000; font-family: 'Times New Roman'; font-weight: 900; border-bottom:4px solid  #c00; padding: 0px 24px ;}
h3 { color: #000; font-family: 'Times New Roman'; font-weight: 900; border-bottom:2px solid  #c00; padding: 0px 44px ;}


