@charset "UTF-8";
/* CSS Document */

h2, h3 {
	margin-top:20px;
}

/*
a, a:hover, a:visited, a:visited:hover {
	color:blue;
}*/

#content {
	padding-left:148px;
}

#footer {
	font-size:.8em;
	border-top-width:1px;
	border-top-color:#999999;
	border-top-style:solid;
	text-align:center;
}
#footer a {
	font-size:.9em;
	text-decoration:none;
	color:#888;
}

#footer a:hover, #footer a:visited:hover {

	text-decoration:underline;
}

body {
	background-image:url(images/metal.jpg);
	background-repeat:repeat;
	color:#666666;
}

.error {	
	color:red;
}

#menu a {
	margin-right:20px;
}
#menu a:hover, #menu a:visited:hover {
	text-decoration:underline;
}
#menu a, #menu a:visited {
	text-decoration:none;
}