@charset "utf-8";
/* CSS Document */

#navlist a:link, #navlist a:visited
{
color: #000;
font-size: 1.2em;
font-weight:bold;
text-decoration: underline;
}
#navlist #active {
	font-size:large;
	text-decoration: none;
	}
	
.left_indent {margin-left:30px;}
