.left {
	background:url(picts/coaster_bg.jpg);
	background-repeat:repeat-x;
	background-color:#3f6ca9;
	background-position:bottom left;
}

.right {
	background:url(picts/coaster_bg.jpg);
	background-repeat:repeat-x;
	background-color:#3f6ca9;
	background-position:bottom right;
}

h1 {
color:#000000;
font-size: 20px;
}

h2 {
color:#000000;

}

a:link		{ color: #63abe5; text-decoration: none; }

a:visited	{ color: #63abe5; text-decoration: none; }

a:active	{ color: #000000; text-decoration: none; }

a:hover		{ color: #63abe5; text-decoration: underline; }

