/*
Cascading style sheet for The Buffy Domain II
Author: Jamie Cheetham
URL:    http://buffy.myrealm.co.uk/
*/

body {
	background-color: #000000;
	background-image: url("http://buffy.myrealm.co.uk/img/stars.jpg");
	color: #ffffff;
}
div.box {
	border: 2px solid;
}
table.center {
        margin-left: auto;
        margin-right: auto;
}
td.menu {
	width: 150px;
}
td.date {
	width: 17%;
}
tr.red {
	background-color: red;
	color: #ffffff;
}
p.curvy {
	font-family: 'comic sans ms', cursive;
}
p.footer {
	font-family: arial, sans-serif;
	font-size: x-small;
	text-align: center;
}
a:link {
	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: red;
}
