BODY
{
   background: silver;
   font : medium Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
}
#memform
{
	width: 560px;
	background-color: white;
 	margin: 0 auto;
 	text-align: left;
 	padding: 10px;
}
div.box
{
	width 520px;
	border: 1px solid black;
}
h1
{
   color : #0000cc;
   Text-Decoration : none;
   Font-size : 48px;
   Font-weight : bold;
   background-color: pink;
   text-align : center;
}
h2
{
   color : black;
   Text-Decoration : none;
   Font-size : 12pt;
   font-size: 15px;
   Font-weight : bold;
   text-align : center;
   margin-bottom: 5px;
}
h3
{
   color : black;
   font-weight: normal;
   Text-Align: center;
   Text-Decoration : none;
   padding: 0px;
   margin-top: 0px;
   font-size: 8pt;
   font-size: 10px;
}
p
{
   Font-size : 8pt;
   font-size: 10px;
   white-space: normal;
   margin: 1em;
}
p.input
{
	margin-top: 1.5em;
	white-space: nowrap;
}
ol,ul,dt,dd,dl,li
{
   Color : black;
   Font : 10pt Verdana, Arial, Helvetica, sans-serif;
}
/*sub
{
	font-size: 110%;
	position: relative;
	top 120px;
}*/
em
{
 color: white;
 border-bottom: 1px dotted black;
}
hr
{
   color : #404040;
}