body {
	font-family: Helvetica, arial, sans-serif;
        text-align: justify;
        line-height: 1.3;
}

h1 {    font-size: 20px;
        font-weight: bold;
}

h2 {    font-size: 16px;
        font-weight: bold;
}

.nav_link {
	font-size: 16px;
	font-weight: bold;
}

A.nav_link:link {
	text-decoration: none;
        color: #000000;
}


A.nav_link:visited {
	text-decoration: none;
        color: #000000;
}

A.nav_link:hover {
	text-decoration: none;
        color: #E00000;
	background: #F0F0F0;
}

A:link {
	text-decoration: underline;
	color: #800000;
}

A:visited {
	text-decoration: underline;
	color: #800000;
}


A:hover {
	text-decoration: underline;
        color: #E00000;
	background: #F0F0F0;
}

A:active {
	text-decoration: underline;
        color: #E00000;  
}
