html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: Arial,Sans-Serif;
   font-size: 14px;
}

html{ border: 0;  }

body
{
	padding: 10px;
  color: #000;
  font-size: 11px;
  background-color: #fff;
}

a:link
{
	color: #9c2964;
	text-decoration:none;
}

a:visited
{
	color: #9c2964;
	text-decoration:none;
}

a:active
{
	color: #9c2964;
	text-decoration: underline;
}

a:hover
{
	color: #9c2964;
	text-decoration: underline;
}


h1
{
	font-family: Times New Roman, times-roman, georgia, serif;
	font-size: 45px;
	font-weight: normal;
	color: #9c2964;
	margin-bottom: 20px;
  vertical-align: middle;
  border-top: 1px solid #9c2964;
  border-bottom: 1px solid #9c2964;  
  text-align: center;
  padding: 5px 0;
}
p { font-size: 16px; }
.border { border: 1px solid #9c2964; }
#popup img { float: left; margin: 0 10px 5px 0; }
#popup ul {  list-style: inside; }
#popup li { padding: 5px 0; } 

