a:link {
	background-color: transparent;
	text-decoration: none;
}

nav {
	float: left;
	width: 20%;
	padding: 20px;
}

nav1 {
	float: left;
	padding: 20px;
	border-left: solid #66b5ff;
}

/* Style the list inside the menu */
nav ul {
	list-style-type: none;
	padding: 0;
}

nav1 ul {
	list-style-type: none;
	padding: 0;
}

/* Clear floats after the columns */
section:after {
	content: "";
	display: table;
	clear: both;
}

/* Captcha class */
.mainCaptcha{
	width:130px;
	height:48px;
	font-size:30px;
	text-align: center;
	text-decoration: line-through;
	/* background-image:url("resources/images/captcha.jpg"); */
}