/* CSS Document */

a {
	font-weight: bold;
	color: #2aa8e9;
	text-decoration: none;
	}

a:hover {
	color: #b5c03f;
	}

.nav {
	padding: 20px 0 0 0;
	}

.nav h2 {
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 170%;
	font-weight: normal;
	color: #b5c03f;
	}

.nav h2 a {
	font-weight: normal;
	color: #b5c03f;
	text-decoration: none;
	}

.list em {
	width: 1.5em;
	}