body
{
   font: normal 76.1%/1em verdana, arial, geneva, helvetica, sans-serif;
   margin: 0;
   padding: 0;
   color: #000000;
   text-align:center;
   background:#FFF;
}
h1 {
font-size:1.4em;
line-height:1.2em;
font-weight:bold;
}
p
{
   margin: 1em 0;
   padding: 0;
}

a:link
{
   color: #007fff;
   text-decoration: none;
   font-weight: bold;
}

a:visited
{
   color: #871f78;
   text-decoration: none;
   font-weight: bold;
}

a:active
{
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

a:hover
{
   color: #9370db;
   text-decoration: underline;
}

div.msgbox {
	border:3px solid #B70000;
	margin:50px auto;
	padding:2em;
	width:300px;
	text-align:left;
   background-color: #F4EFDC;
}