body{
	background: #efefef;
	color: #444;
	text-align: center;
	
	margin:0 auto;
	}
table{
	width: 700px;
	margin: 0 auto;
	background: none;
	border: none;
	border-collapse: none;	
}
a, a:hover{
	color: #000!important;
	}
.menu tr td div a{
	background: #929292;
	color: #fff!important;
	border: 1px solid #efefef;
	height: 20px;
	padding: 3px 18px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none!important;
}
.menu tr td div a:hover{
	background: #060606;
	color: #fff!important;
	text-decoration: none;
}
.menu tr td div a{
	color: #fff;
	text-decoration: inherit;	
	display: block;
}
.content{
	margin-top: 20px;
}
.title{
	color: #060606;
}
.logo{	
	margin: 0 auto;
	width: 200px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
input[type="submit"] {
	cursor: pointer;
}
.toplinks{
	text-align: center;
	padding: 10px;
	font-family: arial;	
}
.toplinks a{
	text-decoration: none;
	font-size: 14px;
	margin: 0 10px;
}