.body {
	background-color: #0x000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
    table-layout: fixed;
}
.viewed{
    font-family: helvetica, ariel, sans-serif;
    font-size: 18px;
    color: orange;
}

.unviewed{
    font-family: helvetica, ariel, sans-serif;
    font-weight: light;
    font-size: 18px;
    color: grey;
}

a:link {
	color: #9F2F09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F20009;
}
a:hover {
	text-decoration: none;
	color: #9F2F09;
}
a:active {
	text-decoration: none;
	color: #9F2222;
}

.gallery-name {
   font-family: helvetica, ariel, sans-serif;
   font-weight: 100;
   font-size: 40px;
   color: grey
}

