body,td,th {
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#080808;
	font-size:14px;
}
body {
	background-color:#F3F3F3;
	margin-left: 20%;
	margin-top: 50px;
	margin-right: 20%;
	margin-bottom: 30px;
}

.small {

	font-size: 100%;
	margin-bottom:50px;
}

a:link, a:visited, a:hover {
	
	color:#080808;
	text-decoration: underline;
	/*color:#E3E3E3;*/
	/*color:#A0D6DF;*/
	/*padding-left:15px;
	background-image:url(img/link.gif);
	background-position:left center;
	background-repeat:no-repeat;*/
}


.footer {
	font-size: 80%;
	margin-bottom:50px;
	margin-top:50px;
	text-align:center;
	color:#080808;
	border-bottom-style: none;
}

.pleasewrite {
	background-color:white;
	font-size: 80%;
	color:black;
/*	text-align:left;*/
	margin-bottom:50px;
/*	margin-left: 20%;
	margin-right: 20%;*/
}

.pleasewrite a:link {
	color:black;
}
.pleasewrite a:visited {
	color:black;
}
.pleasewrite a:hover {
	color:black;
}

#message {
	position: absolute;
	width: 100%;
	height: 0px;
	background:#080808;/*#3399FF*/;
	text-align:left;
	font-family:"Courier New", Courier, monospace;
	color:#F3F3F3;
	font-family:Arial, Helvetica, sans-serif;
	z-index:1;
	margin-bottom:10px;
	visibility:hidden;
	left: 0px;
	top: 0px;
	right: 0px;
} 

#messageIn {
	padding-top:10px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#F3F3F3;
	font-size:100%;
	margin-right:20%;
	margin-left:20%;
}

#messageIn a:link, #messageIn a:visited, #messageIn a:hover {
	font-family:"Courier New", Courier, monospace;
	color:#F3F3F3;
	font-size:100%;
	text-decoration:underline;
}

