html {
	background: #696969;
	padding: 20px 0;
}

a {
	text-decoration: none;
	border: 0;
	border-bottom: 1px dotted;
	color: gray;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: black;
}

h1 {
	border-bottom: 1px solid #80add6;	
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	clear: right;
	background: url(img/h1.png) center left no-repeat;
	padding-left: 27px;
}

h2 {
	font-size: 1em;
}

body {
	color: inherit;
	background-color: white;
	font-family: verdana, sans-serif;
	margin: 0 auto;
	padding: 0px;
	min-width:750px;
	max-width:1020px;
	border: 1px solid #000;
}

h1:target {
	border-bottom: 1px solid black;
	font-weight: bold;
}

input {
	background-color: #ffffff;
	border: 1px solid #80add6;
	width: 150px;
}

input:focus {
	color: #4444ff;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #80add6;
}

textarea:focus {
	color: #4444ff;
}

del {
	text-decoration: line-through;
}
