/* tags */
a {
	color: #BF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
	background-color: #333;
}
table {
	border: none;
}
td {
	vertical-align: top;
}
body, div, span, input, option, select, textarea, ul, li, p, td, a, b, h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	font-size: 11px;
	color: #000;
}
