@charset "utf-8";

body  {
	background-color:#3366FF;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
.navigation {
font-family: arial, helvetica, sans-serif;
font-size: 18px;
color: #FFF;
padding-left: 40px;
}
h3 { color: #c91524;
	font-family: "Comic Sans MS", cursive;
	font-size:16px;
}
h2 { color: #c91524;
	font-family: "Comic Sans MS", cursive;
		font-size:18px;
}
.caption  {
	font-size:11px;
	text-align: center;
	color: #3366ff;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: left; 
}


.header-white {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Comic Sans MS", cursive;
	font-size:48px;
	color: #FFFFFF;
}
.header-black {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: "Comic Sans MS", cursive;
	font-size:48px;
	color:#000;
}

.ssq #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
.ssq #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	background-color:#fff
}
a:active {color: #3366FF; text-decoration: underline;}
a:focus {color: #3366FF; text-decoration: underline;}
a:link {color: #3366FF; text-decoration: underline;}
a:hover {color: #F00; test-decoration: underline;}
a:visited {color: #3366FF; text-decoration: underline;}

a.header-white:link, a.header-white:active, a.header-white:visited {text-decoration: none;}
a.header-white:hover {color: #090; text-decoration:underline;}