 * { color: inherit; font-size: 1em; }
 
 body {
 	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color:#999966;
}

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; margin: 1.4em 0 .2em; } 

p { margin: 1em 0; }
.links p { margin: .2em 0 1em; }

.bold, .bolditalic {font-weight:bold;}
.italic, .bolditalic {font-style:italic;}
.smalltext { font-size:10px; }
.important { font-weight: bold; color: #930; }

blockquote.tribute {
	background: url(images/fd_bullet.gif) no-repeat 0 0;
	padding-left:38px;
	font-style:italic;
	margin: 1em 0 2.5em;
}
.tribute b { white-space: nowrap; }
.error {background-color:#ffd;}
.errormsg {font-weight:bold; color:#f30;}

a { text-decoration: underline; }
a:link { color:#F0E480; }
a:visited { color:#FFFFFF; }
a:focus, a:hover, a:active { color:#FFFFFF; text-decoration: none; }

input[type="text"], input[type="password"], textarea, select { border: 1px solid #756D1B; }

div.website { font-weight: bold; }

.tributes { list-style: none; margin:0; padding: 0; text-align: center; }
.tributes li { margin-bottom: 1em; }
