pre {
	border: 1px solid #666666;
	background-color: #999999;
	color: #000000;
	padding: 5px;
	margin: 10px;
}

h1 {
	font-family: verdana, tahoma, sans-serif;
	font-size: large;
	font-weight: bold;
	text-decoration: overline;
	color: #666666;
}

h2 {
	font-family: verdana, tahoma, sans-serif;
	font-size: large;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

body {
	background: #EAEAEA;
}

a {
	font-family: verdana, tahoma, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	font-family: verdana, tahoma, sans-serif;
	font-size: medium;
	text-decoration: underline;
	color: #0000FF;
}

input {
	border: 1px solid #666666;
}

label {
	font-family: verdana, tahoma, sans-serif;
	font-size: small;
	color: #000000;
	line-height: 25px;
}

abbr {
	cursor: help;
	border-bottom: 1px dashed #666666;
}

