/* 
Cascading style sheet for The Lexx Domain
Author: Jamie Cheetham
URL:    http://www.lexxdomain.com
*/

@import url("print.css") print;

body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat;
	color: #ffffff;
	background-image: url("/img/stars.gif");
        text-align: center;
}
div.title {
        background-color: #000000;
	color: #ffffff;
        text-align: center;
}
a {
	font-family: arial, helvetica, sans-serif;
}
a.pale {
	background-color: inherit;
	color: silver;
}
a:visited {
	background-color: inherit;
	color: purple;
}
a.light:visited {
	background-color: inherit;
	color: lime;
}
a.pale:visited {
	background-color: inherit;
	color: #99ccff;
}
a:hover {
	background-color: inherit;
	color: #ff0000;
}
a:active {
	background-color: inherit;
	color: green;
}
a:focus {
	font-weight: bold;
}
.center {
        margin-left: auto;
        margin-right: auto;
}
td.yellow {
	background-color: #4d4d4d;
	color: #000000;
}
td.blue {
	background-color: #3b3b3b;
	color: #000000;
}
.selected {
	font-variant: small-caps;
}
.border {
	border: 2px solid;
}
.copyright {
	background-color: inherit;
	color: #ff8040;
        font-size: medium;
        font-style: italic;
}
.footer {
        font-family: arial, sans-serif;
        font-size: small;
        text-align: center;
}
.footer img {
	height: 16px;
	width: 100%;
	margin-bottom: 5px;
}
