/* CSS Document */

body{
	font-family: Tahoma;
	font-size:10pt;
}
h3 {
	font-color: #4A3028;
}

a.title {
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	color: #FFF7BD;
}

a.title:hover {
	color:#FFFF00;
}

.smaller { font-size:10px; }