body { background-color: white; }
.nav a:link, .nav a:visited {text-decoration:none;font-weight:normal; color:blue;}
.nav a:hover {text-decoration:underline;}

.section {padding-left:10px;}
.section p, .section .container {padding-left:15px;}
.section .subsection {padding-left:20px;}
.subsection p, .section .container {padding-left:10px;}
.container p {padding-left:0px;}

.section a:link,.section a:visited {text-decoration:underline; color:blue;}
.section a:hover {color:green;text-decoration:none;}
