/* CSS Document */

body {
	background-color: #96C1C6;
	background-image: url(img/Background_04.jpg);
	background-attachment: fixed;
	line-height: 0.7em;
}

a:link {
	color: #c1272e;
}

a:visited {
	color: #008fd4;
}

a:active {
	color: #c1272e;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

#textBox {
	position: relative;
	margin-left: 13px;
	text-align: left;
	font-size: 0.6em;
	color: #333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
}

p {
	margin-bottom: 3px;
}