body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
/* text-align: center; */
color: white;
background: black;
/* background: #19191B; 
or the color that the site currently is*/
}

a {
font-weight: bold;
color: white;
text-decoration: none;
}

a:hover {
color: black;
background: grey;

/* text-decoration: underline; */
}

p {
clear: both;
} 

/* ;
img {
border: 0px solid #ffffff;
}
*/

.noborder {
border: 0px;
}

h1 a {
color: #fff;
}