.MediaContainerLink
{
	padding: 0.25em;
	display: block;
}
.MediaContainerLink:hover
{
	background: #ccc;
	text-decoration: none;
}

.Footer A
{
	color: #ccc;
}
.Footer
{
	color: #999;
}




/* Change me! */
BODY {
	background: #ccc;
	color: #333;
	font-size: 10px;
}

/* master layout */
.MasterTable {
	width: 100%;
}

.MasterCell {
	vertical-align: top;
	height: 100%;
	background: #fff;
}

.Header
{
	height: 100px;
}
.Footer
{
	height: 100px;
}

.Passepartout
{
	background: #ccc;
}

BODY,INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
}



A
{
	color: #333;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}


H1 {
	font-size: 2em;
	line-height: 2em;
	margin: 0em 0;
	padding: 0em;
}

H2 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 0em 0;
	padding: 0em;
}

H3 {
	font-size: 1.5em;
	line-height: 1.8em;
	margin: 0.5em 0;
	padding: 0em;
}

H4 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0em;
}

H5 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0.5em 0;
	padding: 0em;
}

