body {
	background:  rgb(255, 255, 255);
	color: rgb(64, 64, 64);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, tahoma, sans-serif;
}

h1 {
	font-family:  "Maiandra GD", "Comic Sans MS", tahoma, Arial, sans-serif;
	color: rgb(0, 0, 255);
}

h3 {
	font-family:  "Maiandra GD", "Comic Sans MS", tahoma, Arial, sans-serif;
	color: rgb(128, 128, 192);
}


a:hover { color: red; }

#BoldFont {
	font-family:  "Maiandra GD", "Comic Sans MS", tahoma, Arial, sans-serif;
	font-style: bold;
	color: rgb(128, 128, 192);
}

#HiddenMsg {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

#HeaderGap {
	height: 60px;
	background: url(images/header-background.png) repeat-x;
}


#SoftSoftLogo {
	margin: 45px 10px 0px 10px;
}

/* ----------- xmas ---------- */


/*
body {
	background: url(image/xmas-bg.jpg) top left repeat-x;
	background: url(images/snow2006.jpg) top left repeat-x;
	margin: 10px 0px 0px 0px;
}
*/

