﻿body {
	background-color: #612421;
	font-family: Arial;
	background-position: center;
	text-align: center;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
 	font-size: 12px;

        
}

.title {
	height: 300px;
	width: 700px;
	border: 1px dotted #FFFFFF;
	margin: 15px;
	padding: 5px;
}

.mainbody {
	width: 700px;
	height: 700px;
	border: 1px dotted #FFFFFF;
	margin: 15px;
	padding: 5px;
	background-position: left;
	text-align: left;
}

.all {
	width: 750px;
	border: 1px dotted #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-position: center;
	text-align: center;
}



.textbody {
	text-align: justify;
	width: 320px;
	position: relative;
	left: 350px;
	top: -340px;
}

.flash {

}

a
{
	font-size: 15;
	font-family: fantasy;
  	color:white;
	text-decoration:none;
}



a:hover
{

	text-decoration:underline;

}
