/* CSS Document */

html {
	height:100%;
	width:100%;
}
body,td,th {
	color: #1b1b1b;
	text-align:left;
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background:#FFFFFF;
	background-image: url(http://www.animarecordings.com/backgrounds/anima.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #1b1b1b;
}
a:visited {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	text-decoration: underline;
	color: #1b1b1b;
}
a:active {
	text-decoration: none;
	color: #1b1b1b;
}
table {
	height:100%;
	width:100%;
	border:0;
}