* {
    font-family: "Arial Narrow", Arial, sans-serif;
}

#navbar {
	background-color: #dce0e0;
	
}

#navbar a{
	text-decoration:none;
	
}

h1 {
    font-weight:bold;
}

h2 {
    font-weight:bold;
}

h3 {
    font-weight:bold;
}

h4 {
    font-weight:bold;
}

h5 {
    font-weight:bold;
}

h6 {
    font-weight:bold;
}

h7 {
    font-weight:bold;
}

h8 {
    font-weight:bold;
}

a {
    color : inherit;
    text-decoration: none;
}

a:link {
    text-decoration: underline;
}
.subhead {
    text-decoration: underline;
}
.board {
    font-weight:bold;
}

.nav-item a{
    text-decoration:none;
}

.articles a{
    text-decoration:none;
}


#content {
    padding-top : 20px;
    font-weight : normal;
}

