﻿#body
{
	/*height: 100%;
	width:inherit !important;
	overflow:inherit !important;*/
	margin: auto;
	width:900px;
	text-align:center;

}

body 
{
	height: 100%;
	width:inherit !important;
	overflow:inherit !important;
	background-color: #fff;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	margin-top:40px;
	
}
html {
	height:100%;
	width:inherit !important;
	overflow:inherit !important;
}

* {
  /*margin: 0;
  padding: 0;*/
}


A :active
{
	/*color:#33CC00;*/
	color:#7F7F7F;
	font-weight:bold;
}
A :hover
{
	/*color:#33CC00;*/
	color:#7F7F7F;
}
a
{
	text-decoration: none;
	color:#7F7F7F;

}
#body
{
	/*height: 100%;
	width:inherit !important;
	overflow:inherit !important;*/
	margin: auto;
	width:900px;
	text-align:center;

}
