/* ===== DOM elements ========================================================== */

body {

     font:          normal 1.1em Arial, sans-serif;
     color: 		black;

}


a {

     font-weight: bold;
     text-decoration: underline;
}

.nav ul li a {

     text-decoration: none;
}

.nav ul li a:hover{
     text-decoration: underline;
}
.navHead {

     font-size: 1.2em;
}


.leftNav ul li a {
     color: black;
     font-size: 0.85em;
	text-decoration: none;
}

.leftNav ul li a:hover {
     color: black;
     font-size: 0.85em;
	text-decoration: none;
}

