body,td,th {
	/*font-family: Avenir, Helvetica, Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.75;
    color: #C2C1C1;
}
body {
	background-color: #212121;
}

a:link { text-decoration: underline; color: #C2C1C1; }
a:visited { text-decoration: underline; color: #C2C1C1; }
a:visited, a:active { text-decoration: underline; color: #C2C1C1; }
a:hover { text-decoration: underline; color: #C2C1C1; }
a:focus { text-decoration: underline; color: #C2C1C1; }
a:hover, a:active { text-decoration: underline; color: #C2C1C1; }

.bold {
    font-weight: 800;
}

.italic {
    font-style: italic
}

#nav {
    padding: 2rem 0
}

#nav--logo {
    cursor: pointer;
}

#nav--close {
    cursor: pointer;
    float: right;
    text-align: right;
}

#heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 1.75rem;
    color: #FFF;
}

#intro, 
#points,
#violation
{    
    padding: 1rem;
    font-family: inherit;
}

#correspondence
{
    padding-top: 2rem;
    margin: 0.5rem;
    border-bottom: 1px solid white;
}



#return
{
   font-family: inherit;
   text-align: right;
   line-height: 2.2rem;
   color: white;
   font-weight: 600;
   cursor: pointer;
}

#email {
    font-weight: 800;
    font-size: 1rem;
}

#copyright
{
    margin: 0.5rem;
    font-family: inherit;
    font-size: 0.8rem;
    text-align: right;
}
