body
{
	margin: 0;
	padding: 0;
	text-align: center ;
	font: small "Comic sans MS";
	background: url(/images/pages/bricks.jpg);
}
.Style2
{
	font-size: x-small;
}
.page
{
	padding: 0;
	width: 700px;
	margin: 10px auto;
	text-align: justify;
	border: 2px ridge red;
	background: #563433;
}
.header
{
	height: 118px;
}
.footer
{
	color: #FFFFFF;
	font-size: x-small;
	font-style: italic;
	text-align: center;
}
.main
{
	color: #E9C7C6;
	margin-left: 60px;
	margin-right: 60px;
}
.main h1
{
	padding-left: 30px ;
	line-height: 10px ;
	color: #E9C7C6 ;
	font-size: medium;
}
.main h4
{
	padding-left: 35px ;
	line-height: 25px ;
	background: url(/images/pages/cross.gif) no-repeat left bottom ;
	color: #E9C7C6 ;
	border-bottom: 1px dotted red 
}
.firstmain
{
	font-size: large;
	font-weight: bold;
}
a:link
{
	color: #E9C7C6;
	text-decoration: none;
}
a:visited
{
	color: #E9C7C6;
	text-decoration: none;
}
a:hover
{
	color: #E9C7C6;
	text-decoration: underline;
}

