@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-size: large;
	font-family: "Comic Sans MS", cursive;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.Yellow {
	color: #FF0;
	font-size: medium;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
}
.Blinking {
	text-decoration: blink;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
}
.Smaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.different {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9;
}
.different .Blinking .Yellow {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF6;
	text-decoration: blink;
}
.Underline {
	text-decoration: underline;
}
.different .Blinking .Yellow {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF6;
	text-decoration: blink;
}
.Monthly {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF6;
	text-decoration: blink;
}
.white {
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
}
.different .white .Smaller .Yellow {
	font-size: small;
	font-style: normal;
}
.larger {
	font-weight: bolder;
	text-decoration: blink;
	color: #FF6;
	font-family: "Courier New", Courier, monospace;
}
.Star {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: blink;
}

