.tab{
	width:350px;
	height:41px;
	margin:auto;
	padding-top:100px;
}

.left_tab{
	width:150px;
	height:41px;
	background:#000000;
	float:left;
	color:#ffffff;
	margin-left:10px;
	font-weight:bold;
	font-size:20px;
	border-bottom:solid thick #000000;
	text-align:center;
	line-height:40px;
}

.right_tab{
	width:150px;
	height:41px;
	background:#000000;
	float:left;
	color:#ffffff;
	margin-left:40px;
	font-weight:bold;
	font-size:20px;
	border-bottom:solid thick #000000;
	text-align:center;
	line-height:40px;
}

.left_tab:hover{
	width:150px;
	height:41px;
	background:#ff0033;
	float:left;
	color:#ffffff;
	margin-left:10px;
	font-weight:bold;
	font-size:20px;
	border-bottom:solid thick #ff0033;
	text-align:center;
	line-height:40px;
}

.right_tab:hover{
	width:150px;
	height:41px;
	background:#ff0033;
	float:left;
	color:#ffffff;
	margin-left:40px;
	font-weight:bold;
	font-size:20px;
	border-bottom:solid thick #ff0033;
	text-align:center;
	line-height:40px;
}

.aboutLink{
	width: 90%;
	min-width: 350px;
	max-width:780px;
	margin:auto;
	padding-top:50px;
	margin-bottom:50px;
}

.links{
	width: 90%;
	min-width: 350px;
	max-width:780px;
	margin:auto;
	padding-bottom:50px;
	list-style-type:none;
	text-align: left;
}
