html {
	height: 100%;
}

body {
	margin: 0px;
        background-image: url(images/body_background.gif);
	width: 100%;
	height: 100%;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	z-index: 0;
}

h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

a:link.mail {
	color: inherit;
	text-decoration: none;
}

a:visited.mail {
	color: inherit;
	text-decoration: none;
}

a:hover.mail {
	color: yellow;
	text-decoration: none;
}

a:active.mail {
	color: inherit;
	text-decoration: none;
}
