/*
 * Macrotastic! Style (about page)
 */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
background-image: url('wallpaper.jpg');background-repeat: repeat;
}



h1 {
	font-family: "Lucida", "arial";
	font-size: 22px;
	font-weight: lighter;
	color: #eeeeee;
	margin-bottom: -10px;
	letter-spacing: 0px;
}


h2 {
	font-family: "Lucida", "arial";
	font-size:22px;
	font-weight: lighter;
	color: #eeeeee;
	margin-bottom: -10px;
}

.bold {

	font-family: "Arial";
	font-size: 12px;
	color: #eeeeee;
	line-height: 120%;
	font-weight: bold;

}

.text {

	font-family: "Arial";
	font-size: 12px;
	color: #eeeeee;
	line-height: 120%;
}


a.nav, a.nav:visited, a.nav:active {
	font-family: "Lucida", "arial";
	font-size: 12px;
	color: #eeeeee;
	text-decoration: none;
}

a.nav:hover {
	color: #f9b52b;
	text-decoration: none;
}
