* {
	font: 14px 'Helvetica Neue', Helvetica, Arial, "lucida grande", verdana, arial, sans-serif;
        line-height: 150%;
	background-repeat: no-repeat;
	color: #000;
}

body.autoindex {
	margin: 16px;
	background-image: url(/images/fvlBack.png);
	background-position: bottom right;

}

a.email {
	background-image: url(/images/email.png);
	padding-left: 18px;
	background-position: center left;
}

h2 { font-size: 30px; }

h4 { font-size: 16px; font-weight: bold; }

pre {
	background-image: url(/images/checker.png);
	background-repeat: repeat;
	color: #222;
	line-height: 1.5em;
}

pre, pre a {
	font-family: monaco, courier, monospace;
}

a {
  text-decoration: none;
  color: rgb(75,129,232);
}

a:hover {
  text-decoration: underline;
  color: rgb(25,55, 175);
}

img {
	vertical-align: middle;
}

pre a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	background-color: #888;
}

pre {
	border: 1px solid #ddd;
	padding: 8px;
}

body {
	background-image: url();
}

div#footer {
	color: #bbb;
}

div#footer a {
	background-image: url(/magnet.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: larger;
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

acronym {
	border-bottom: 1px solid #ddd;
	cursor: help; 
}


table {
  width: 100%;
  border-spacing: 0px;
  max-width: 640px;
  border: 0px;
  font-size: 12px;
}

th {
  text-align: left;
  border: 0px;
  padding: 5px;
  background: rgb(40,175,95);
  color: #fff;
}

th > a {
  color: #fff;
  font-weight: bold;
}

tr:nth-child(odd) {background: #e3e3e3;}
tr:nth-child(even) {background: #f3f3f3; }

td {
  text-align: left;
  padding: 5px 5px;
  border-bottom: solid 1px #fff;
}

hr {
  height: 0px;
}

