/* The new NMRC CSS file. Glorious. Also an asspain. Fuck CSS. */

body {
color: black;
background-color: lightgrey;
font-family: georgia, helvetica, times new roman, serif;
}

.email {
color: black;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

a:link {
color: black;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

a:visited {
color: black;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

span#navtxt a:visited {
color: black;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: red;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

span#navtxt a:hover {
color: red;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: underline;
}

a[name] {
color: black;
font-family: georgia, helvetica, times new roman, serif;
font-weight: normal;
text-decoration: none;
}

a[name][href] {
color: red;
font-family: georgia, helvetica, times new roman, serif;
font-weight: bold;
text-decoration: none;
}

P {
font-family: georgia, helvetica, times new roman, serif;
}

p.top {
text-align: center;
}

H1, H2, H3, H4, H5 {
font-weight: normal;
font-family: georgia, helvetica, times new roman serif;
}

img {
border: none;
}

img#logo {
display: block;
margin-right: auto;
margin-left: auto;
}

HR {
color: black;
height: 1px;
} 

span#navtxt {
color: #0000ff;
position: relative;
bottom: 2.5em;
left: 2.5em;
}
