/* 
Cascading style sheet for The Games Domain
Author: Jamie Cheetham
URL:    http://games.myrealm.co.uk
*/

body {
	background-color: #000000;
	background-attachment: fixed;
	background-image: url("/img/stars.gif");
	color: #ffffff;
	text-align: center;
}
div.title {
	background-color: #7d26cd;
	color: #ffffff;
        font-style: italic;
	text-align: center;
}
table {
	background-color: #000000;
	color: inherit;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
td.quart {
	width: 25%;
}
td.third {
	width: 33%;
}
a {
	background-color: inherit;
	color: silver;
}
a:visited {
	background-color: inherit;
	color: blue;
}
a:active {
	background-color: inherit;
	color: green;
}
a:hover {
	background-color: inherit;
	color: #ff0000;
}
img.noborder {
	border: 0;
}
p.footer {
        font-size: x-small;
        font-family: arial, helvetica, sans-serif;
        text-align: center;
}
