font { 
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.small {
	font-size: 10px;
}

.small a {
	text-decoration: none;
	font-weight: normal;
}

big {
	font-family: Andale Mono, Orator, Courier, sans-serif;
	font-size: 16px;
}

li {
	list-style-image: url(listdot.gif);
}

.input {
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	line-height: 18px;
	background-color: #ffffff; 
	color: #333333; 
	border-color: #333333; 
	border-width: 1px;	
}

.archive {
	border: 1px solid #4C6B7D;
}

.archive:hover {
	border: 1px solid #000000;
}

body.return { background-color: #F2F4EF; color: #000; font: 11px Arial, sans-serif; border-bottom: 1px dotted #000; text-align: center; }
body.return a { font-weight: bold; color: #4C6B7D; text-decoration: none; }