body, table {
	font: 14pt Arial, Helvetica, sans-serif;
	color: #000;
        background-color: #d1e4dd;

}

h1 {
	text-align: center;
}

h2 {
	margin: 15px 0 5px;
	position: relative;
	left: -15px;
}

div#main {
	width: 65%;
	margin: auto;
}

img {
	border: none;
}


a {
	outline: none;
}

a.link {
	text-decoration: none;
	color: #060;
	font-weight: bold;
	font-size: 16px;
}

a.link:hover {
	background-color: #060;
	color: white;
	left:90px;
}

div#valid {
	position: fixed;
	bottom: 10px;
	width: 100px;
}

/* Lists */

ul.list {
	 list-style-type: none;
}

ul.list a {
	 text-decoration: none;
	 color: blue;
}

ul.list a:hover {
	 background-color: blue;
	 color: white;
}
