@charset "utf-8";
img {
	border:none;
}

/* Pages Background */
body {
	background-color:#1b1b1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

/* Link colors */
a:link {
	color: #FF0000;
	font-size:inherit;
	}
a:visited {
	color: #990000;
	font-size:inherit;
	}
a:hover {
	color: #FF0000;
	background-color: #000000;
	text-decoration: none;
	font-size:inherit;
	}
a:active {
	font-size:inherit;
	color: #FF0000;
	}
	
/* Margin spacing for all texts */
p {
margin: 0 5px 0 5px;
}

/* Events box */
div.events {
	text-align:left;
}


