/* hipster */

body {
	background: #000000 none;
	}
p {
	font-family: georgia, sans-serif;
	color: #808080;
	}
.title {
	font-family: impact;
	font-size: 2em;
	color: #808080;
	text-align: left;
	}
.title a {
	text-decoration: none;
	}
.copyright {
        font-family: georgia, sans-serif;
        color: #808080;
	font-size: 0.6em;
}
.copyright a {
	text-decoration: none;
	}
a {
	color: #808080;
//	text-decoration: none;
	font-family: georgia, sans-serif;
	}
a.navlink {
	font-size: 1.2em;
	text-decoration: none;
	}
a.globalnav {
	font-size: 0.6em;
	text-decoration: none;
	}
a:hover {
	color: white;
	}
img.nav {
	border: 1px solid #808080;
	max-width: 100%;
	}
div.navimg:hover img {
	border: 1px solid white;
	}
.borderleftcell {
	border-left: 1px solid #808080;
	}
.borderrightcell {
        border-right: 1px solid #808080;
        }
.borderbottomcell {
        border-bottom: 1px solid #808080;
        }
.bordertopcell {
        border-top: 1px solid #808080;
        }
