body {
    background-color: #333333;
    color: silver;
}

.newgallery {
	color: lime;
	font-weight: bold;
}

a:link {
    color: #33ff55;
}

a:visited {
    color: #119022;
}

a:hover {
    background-color: #33e844;
    color: #230b0f;
}

h1,h2,h3,h4, em, b {
    color: #90ffa0;
}

hr {
    background-color: silver;
    color: silver;
}

