﻿/*
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Tahoma;
	font-size: 76%;
}
#background {
	position: absolute;
	z-index: 1;
	}  */
p {
	letter-spacing: 0.1em;
	text-align: justify;
	font-family: tahoma;
	font-size: small;
	color: #333333;
	width: 731px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* The styles below are only necessary for the demo page */
h1 {
	font-family: Tahoma;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;
}
h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	right: 0;
	text-align: left;
	text-transform: none;
	top: 15px;
	color: #FFFFFF;
	font-style: normal;
}
h5 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:normal;
	padding-right: 10px;
	right: 0;
	text-align: left;
	text-transform: none;
	top: 15px;
	color: #FFFFFF;
	font-style: normal;
}

a, a:visited {
font-size: 1em;
font-family: Tahoma;

	color: #0196e3;
	text-decoration: none;
	outline: none;
}
a:hover {
font-size: 1em;
font-family: Tahoma;

	text-decoration: underline;
}
