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

/* General */

*
{
	font-family: georgia, times, serif;
}

body
{
	margin: 0 20px 0 20px;
}


/* Header and footer */

div#header, div#footer
{
	width			: 100%;
	padding			: 3px;
	overflow		: auto;
	color			: #FFF;
	font-size		: 0.85em;
	line-height		: 1.5em;
	background-color: #e20074;
}

div#header a.button, div#footer a.button
{
	padding			: 2px 7px 2px 7px;
	font-size		: 0.75em;
	font-family		: verdana;
	color			: #e20074;
	text-decoration	: none;
	background-color: #FFF;
}

div.date_navigation
{
	float: left;
}

div.mock_navigation
{
	float: right;
}

label:hover
{
	cursor: pointer;
	cursor: hand;
}

.smaller
{
	font-size: 0.85em;
}
