body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		100%;
	margin:			30px 30px 30px 30px;
	color:			black;
	background:		#fffff3;
}

.bgPage{
	background-color: #000000;
	text-align: center;

}

table.tips{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

table.field{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 80%;
	border: thick;
}

table.content{
	width: 100%;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

.menu{
	width: 100%;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

.copy{
	font: 50% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a{
	color: #4B4B4B;
	text-decoration: none;
}

a:active{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #4B4B4B;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

/* for menus */
.relativeFloatLeft {
	float: left;
	display: inline;
	position: relative;
}


