@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: rgb(255,237,191);
}
body {
	background-color: rgb(43,43,43);
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
}
th {
	background-image: url(images/Gwen-at-mic.jpg);
}
a:link {
	color: #DEABB2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #C99;
}
a:active {
	text-decoration: none;
}
