.pageHeader {
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	color: black;
}

.driversigninfail {
  color: red;
}

.bigPhoneno {
	font-size: 20px;
}

.contentHeader {
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color: black;
}

body {
	padding:0; 
	color:black; 
	text-decoration:none;
	background-color: #E4E6E6;
	margin-left: 0px;
	margin-top: 30px;
	font-size: 14px;
	font-family: arial;
}

.footer {
	font-size: 12px;
}

a {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

.menuLink {
	color: blue;
	text-decoration: none;
}

.menuLink:visited {
	color: blue;
	text-decoration: none;
}

.menuLink:hover {
	color: blue;
	text-decoration: underline;
}