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

body {
	background-color: #47c0bb;
	text-align:center;
	background-image: url(../graphics/body_grad.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 30px 0 0 0;
	padding: 0;
	color: #FFF; /* white */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}


/* *** styling basic links *** */
a:link {
	color: #FFF; /* white */
	text-decoration: underline;
}
a:visited {
	color: #CC6600; /* dull orange */
	text-decoration: underline;
}
a:hover {
	color: #E63500; /* hot orange */
	text-decoration: underline;
}
a:active {
	color: #E63500; /* hot orange */
}

img {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 100%
}

p {
	font-size: 86%;
}

