body
{
	
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
	font-family: "Lucida Console", "Arial Black", "Times New Roman", Times, serif;
	margin-top:40px;
	text-align: center;
}

a
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	background-color: #999999;
	color: white;
}


fieldset
{
	border-color:#999999;
	border:0px solid;
	text-align: center;
}


form
{
	padding: 0px;
	margin: 0px;
}

form div
{
	font-size: 18px;
	padding-bottom: 15px;
	text-decoration: underline;
}

p.msg
{
	color: green;
}

p.error
{
	color: red;
}

table
{
	margin-left:auto;
    margin-right:auto;
}

#tiny
{
	font-size: x-small;
}

textarea
{
	width:836px ;
	height:450px;
	margin:auto;
	
}