/* --Kids's Page CSS-- */

/* --Begin Banner Content-- */

.header {
	font-size: xx-small;
	padding: 0px;
	text-align: center;
	background-color: #000080;
}

/* --End Banner Content-- */

/* --Begin Body Content-- */

 A:link      { color: #b30100; TEXT-DECORATION: none }
 A:visited   { color: #b30100; TEXT-DECORATION: none }
 A:hover     { color: #0000ff; TEXT-DECORATION: underline }
 A:active    { color: #b30100; TEXT-DECORATION: none }

 A.dark:link     { color: #ffffff; TEXT-DECORATION: none }
 A.dark:visited  { color: #ffffff; TEXT-DECORATION: none }
 A.dark:hover    { color: #FFFF00; TEXT-DECORATION: underline}
 A.dark:active   { color: #ffffff; TEXT-DECORATION: none }

 A.game:link     { color: #ffff00; TEXT-DECORATION: none }
 A.game:visited  { color: #ffff00; TEXT-DECORATION: none }
 A.game:hover    { color: #00FF00; TEXT-DECORATION: underline}
 A.game:active   { color: #ffff00; TEXT-DECORATION: none }

body {
	display: block;	
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Comic Sans MS; 
	font-size: small;
	color: #ffffff;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.ctr {
	text-align: center;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	color: #00FF00;
	background: inherit;
}

h3 {
	font-size: large;
	font-weight: bold;
	color: #00FF00;
	background: inherit;
}

h5 {
	font-size: small;
	font-weight: normal;
	color: #00FF00;
	background: inherit;
}

p.green {
	font-size: x-large;
	font-weight: bold;
	color: #00FF00;
	background: inherit;
}

p.yellow {
	font-size: x-large;
	font-weight: bold;
	color: #FFFF00;
	background: inherit;
}

p.pink {
	font-size: small;
	font-weight: bold;
	color: #FF00FF;
	background: inherit;
	text-align: center;
}

p.blue {
	font-size: small;
	font-weight: bold;
	color: #00FFFF;
	background: inherit;
	text-align: center;
}

p.red {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	background: inherit;
	text-align: center;
}

p.small {
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
	background: inherit;
	text-align: center;
}

/* --End Body Content-- */

/* --Begin Table Content-- */

td {
	vertical-align: top;
}

td.normal {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	text-align: center;
}

tr.banner { 
	font-size: xx-large;
	color: #ffff00; 
	font-weight: bold; 
	background-color: #000088;
	text-align: center;
	padding: 0px;
}	

tr.red { 
	font-size: small;
	color: #ffff00; 
	font-weight: bold; 
	background-color: #FF0000;
	text-align: center;
}

tr.yellow { 
	font-size: small;
	color: #FF0000; 
	font-weight: bold; 
	background-color: #FFFF00;
	text-align: center;
}
td.title { 
	font-size: small;
	color: #ffff00; 
	font-weight: bold;
	text-align: center;
	background-color: inherit;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

 td.heading { 
	font-size: x-large;
	color: #ffff00; 
	font-weight: bold; 
}

/* --End Table Content-- */
