html, body {
	height: 100%;
	margin:0;
	background-image: url("grad.svg");
	background-attachment: fixed;
	background-size:100% 100%;
	background-repeat:no-repeat;
	color: #BBBBBB;
	font-family: Cambria,Georgia,serif;
	padding:5px;
}
a {
	color: white;
}
a:hover {
	color: white;
}
.logo {
        clear:both;
        text-align:center;
        font-size:2em;
        font-weight: bold;
        color:#DDDDDD;
        /*width:100%;*/
}
h1 {
	color:#DDDDDD;
}
strong {
	color:#DDDDDD;
}
hr {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #BBBBBB;
}
.indent {
	text-indent:50px;
}
.header {
	text-align:right;
	font-size:1.2em;
}
.header a {
	color: #FF6600;
}
.header a:hover {
	color: #0066FF;