/* @override http://localhost/wedcarriages.com/incs/css/mainstyle.css */

body,td,th {
  font-family: Century Schoolbook, Times New Roman, Georgia;
  font-size: 14px;
  font-weight: normal;
  display:inline;
  color:#000;
}
body a {
    font-size: 14px;
	color: #660066;
}
h1 {/*Page Headers*/
	font-size: 14px;
	font-weight: normal;
	display:inline;
	color:#606;
}
h2 {/*Page Headers*/
	font-size: 18px;
	color:#000;
}
h3 {/*Page Headers*/
	font-size: 30px;
	color:#000;
}

#MainMenu ul, #MainMenu ul li{
	list-style:none;
	padding:0;
	margin:0;
	background:#dfdfdf
}

#MainMenu ul li a{
	display:block;
	height:30px;
	font-size: 18px;
	padding:3px 7px;
	line-height: 30px;
	text-decoration: none;
	font-family: Tahoma, Helvetica;
	border-bottom: 1px solid #cecece;
	font-weight:normal;
	text-shadow:0px 0px 4px #fff;
}

#MainMenu ul li a:hover{
	background:#eee;
	color: #00f;
	
}
.clearfix{
	clear:both;
}
