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

body {
	background-image: url(http://sacstand.com/youthsummit/images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: #2D3336;
	margin: 0px;
	margin-top: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
a:link {
	color: #85c6dc;
	text-decoration: none;
}
a {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #88C6DB;
}
a:hover {
	text-decoration: none;
	color: #76d4b0;
}
a:active {
	text-decoration: none;
	color: #79D3B0;
}

h1 { font-size: 32px; letter-spacing: -1px; line-height: 36px; font-weight: normal; }
h2 { font-size: 22px; letter-spacing: -1px; line-height: 26px; font-weight: normal; }

.blue { color: #85c6dc; }
.green { color: #76d4b0; }