body {
	background-image: url(/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #401801;
}

.input-box {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	border: 0px solid #00a2a6;
	background: #401801;
	padding: 2px 7px;
}

.input-box2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border: 1px solid #00a2a6;
	background: #eeeeee;
}

.submit-button {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border: 1px solid #000000;
	background: #8dc740;
	cursor:pointer;
}

.img {
	border: 4px solid #401801;
	padding: 1px;
}

h1 {
	display:none;
}

a:link {
	color: #742b0f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #742b0f;
}
a:hover {
	text-decoration: underline;
	color: #742b0f;
}
a:active {
	text-decoration: none;
	color: #742b0f;
}

a.nou:link {
	color: #401801;
	text-decoration: none;
}
a.nou:visited {
	text-decoration: none;
	color: #401801;
}
a.nou:hover {
	text-decoration: none;
	color: #401801;
}
a.nou:active {
	text-decoration: none;
	color: #401801;
}

a.nou2:link {
	color: #ffe09a;
	text-decoration: none;
}
a.nou2:visited {
	text-decoration: none;
	color: #ffe09a;
}
a.nou2:hover {
	text-decoration: underline;
	color: #ffe09a;
}
a.nou2:active {
	text-decoration: none;
	color: #ffe09a;
}

a:focus {
outline: none;
}