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

body {
	background: #ffffff;
	margin: 25; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	word-spacing: 3px;
	
}
.date {
	font-size: 10px;
}

.logo {
	font-family: sans-serif;
	font-size: 25px;
	color: #000;
	letter-spacing: -1px;
	word-spacing: 10px;
}

.title {
	background-color: #000000;
	color: #FFFFFF;
	
}

/* LINKS */
A:link {
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:visited { 
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

A:hover {
	color : #000000;
	text-decoration : none;
}
