@charset "UTF-8";
/* CSS Document */

.underline {
	text-decoration: underline;
}


p a:link {
	text-decoration: underline;/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

.nav li {
	font-weight: 400;
}