body                { /* Page Body */
	background-color	: #000000;
	text-align      	: left;
	overflow        	: auto;
	margin				: 0px;
	color				: white;
	font-family			: Georgia;
	font-size			: 16px;
	}
a:link { color: silver; text-decoration: none;}
a:visited { color: silver; text-decoration: none;}
a:hover { color: white; text-decoration: underline;}
a:visited:hover { color: white; text-decoration: underline;}

div#page_content           {	/* all pages content areas  */
	position        : relative;
	left            : 180.00px;
	top             : -250.00px;
	width           : 800.00px;
	height          : 600.00px;
	text-align      : left;
	margin-left     : 0.00px;
	margin-top		: 0.00px;
	border			: 0px white solid;
	}

h1.title              	{	/* page header  */
	position        : absolute;
	left            : -120.00px;
	top             : -55.00px;
	width           : 950px;
	height          : auto;
	color			: white;
	font			: 26px Impact;
	letter-spacing  : 1.1px;
		}

img#stick_guy             {
	position        : absolute;
	left            : -160.00px;
	top             : 300.00px;
	width           : 140.00px;
	height          : auto;
	z-index			: 10;
	}

.cc03               { /* all info boxes text style */
	font            : 14px Georgia;
	color           : black;
	text-align      : center;
	}


div#names1             { /* default page info box */
	position        : absolute;
	left            : 510.00px;
	top             : 490.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names1 a:hover{color: silver;text-decoration:underline;font-size: 13px;}
div#names1 a{color: white;text-decoration:underline;font-size: 13px;}
div#aboutme             {
	position        : absolute;
	left            : 5.00px;
	top             : 5.00px;
	width			: 475px;
	max-width       : 475px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: brown;
	border-style	: solid;
	border-width	: 0px;
	}
.cc07               { /* aboutme class */
	font            : 15px Georgia;
	color           : white;
	text-align      : center;
	letter-spacing  : 1.1px;
	}
.cc07 a               { /* aboutme class */
	font            : 14px Georgia;
	color           : gray;
	text-decoration	: underline;
	letter-spacing  : 1.1px;
	}
.cc07 a:hover               { /* aboutme class */
	font            : 14px Georgia;
	color           : #306acd;
	text-decoration : underline;
	letter-spacing  : 1.1px;
	}
img#student             {
	position        : absolute;
	left            : 570.00px;
	top             : 350.00px;
	width           : 120.00px;
	height          : auto;
	z-index			: 10;
	}
div#important2             {
	position        : absolute;
	left            : 510.00px;
	top             : 15.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	background-color: #3266cc;
	padding			: 3px;
	z-index			: 100;
	}
.cc04               { /* important2  heading */
	font            : 14px Georgia;
	color           : white;
	text-align      : center;
	white-space		: nowrap;
	}
.cc05               { /* important2 days */
	font            : 14px Georgia;
	color           : #000000;
	text-align      : center;
	line-height		: 200%;
	}
.cc06               { /* important2 input */
	font            : 12px Georgia;
	color           : #cccccc;
	letter-spacing  : 1.1px;
	}


div#names8             {	/* schedule page info box */
	position        : absolute;
	left            : 560.00px;
	top             : 30.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names8 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names8 a{color: white;text-decoration:underline;font-size: 12px;}
div#schedule_notes       {
	position        : absolute;
	left            : 15.00px;
	top             : 5.00px;
	width			: 515px;
	max-width       : 515px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc08               { /* schedule notes */
	font            : 16px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
div#schedule_table              { /* main table */
	position        : absolute;
	left            : 15.00px;
	top             : 290.00px;
	width			: auto;
	height          : auto;
	z-index			: 100;
	}
.cc09          { /* schedule table */
	background-color: #ffffff;
	border          : 1px solid #000000;
	border-spacing  : 0px;
	table-layout    : auto;
	empty-cells     : show;
	}
.cc09 td       { /* schedule table td */
	color           : #000000;
	font            : bold 14px 'arial';
	text-align      : center;
	border          : 1px solid #000000;
	padding         : 3px 6px 3px 6px;
	white-space     : nowrap;
	vertical-align  : middle;
	}


div#names10             {  /* info box on procedures page */
	position        : absolute;
	left            : 645.00px;
	top             : 180.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 3px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names10 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names10 a{color: white;text-decoration:underline;font-size: 12px;}
div#procedures_title       {
	position        : absolute;
	left            : 65.00px;
	top             : 50.00px;
	width			: auto;
	height          : auto;
	z-index			: 100;
	}
div#procedures_notes       {
	position        : absolute;
	left            : 15.00px;
	top             : 20.00px;
	width			: 600px; 
	max-width       : 600px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
div#expectations_title       {
	position        : absolute;
	left            : 55.00px;
	top             : 415.00px;
	width			: auto;
	height          : auto;
	z-index			: 100;
	}
div#expectations_notes       {
	position        : absolute;
	left            : 15.00px;
	top             : 385.00px;
	width			: 850px; 
	max-width       : 850px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc39               { /* procedures and expectations titles */
	font            : 20px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.6px;
	}
.cc31               { /* procedures and expectations notes */
	font            : 15px Georgia;
	color           : #EEEEEE;
	text-align      : left;
	letter-spacing  : 1.6px;
	}
img#rules1              {
	position        : absolute;
	left            : 700.00px;
	top             : 20.00px;
	width           : 140.00px;
	height          : auto;
	}


div#names9             {	/* photos page info box */
	position        : absolute;
	left            : 370.00px;
	top             : 350.00px;
	width			: 250px;
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names9 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names9 a{color: white;text-decoration:underline;font-size: 12px;}
div#photo1           {
	position        : absolute;
	left            : 20.00px;
	top             : 10.00px;
	width			: 200px;
	height          : auto;
	background-color: black;
	z-index			: 100;
	}
div#photo2           {
	position        : absolute;
	left            : 260.00px;
	top             : 10.00px;
	width			: 200px;
	height          : auto;
	background-color: black;
	z-index			: 100;
	}
div#photo3           {
	position        : absolute;
	left            : 500.00px;
	top             : 10.00px;
	width			: 200px;
	height          : auto;
	background-color: black;
	z-index			: 100;
	}
.cc13               { /*  photo descriptions  */
	font            : 17px Georgia;
	color           : white;
	text-align      : center;
	}
img#photo_album1              {
	position        : absolute;
	left            : 150.00px;
	top             : 350.00px;
	width           : 140.00px;
	height          : auto;
	z-index			: -100;
	}
img#photo_album2              {
	position        : absolute;
	left            : 690.00px;
	top             : 260.00px;
	width           : 140.00px;
	height          : auto;
	z-index			: -100;
	}


div#names3             { /* info box on math1 page */
	position        : absolute;
	left            : 560.00px;
	top             : 30.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 3px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names3 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names3 a{color: white;text-decoration:underline;font-size: 12px;}
div#math_text           {
	position        : absolute;
	left            : 15.00px;
	top             : 5.00px;
	width			: 515px; 
	height          : 280px;
	background-color: #000000;
	padding			: 5px;
	border-color	: white;
	border-style	: solid;
	border-width	: 0px;
	}
div#math_text2           {
	position        : absolute;
	left            : 15.00px;
	top             : 390.00px;
	width			: 750px;
	height          : auto;
	background-color: #000000;
	padding			: 5px;
	border-color	: white;
	border-style	: solid;
	border-width	: 0px;
	}
.cc15               { /*  math text  */
	font            : 15px Georgia;
	color           : #FFFFFF;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
img#math_link1              {
	position        : absolute;
	left            : 140.00px;
	top             : 320.00px;
	width           : 120.00px;
	height          : auto;
	}
div#math_link1_text          {
	position        : absolute;
	left            : 175.00px;
	top             : 328.00px;
	width			: auto;
	height          : auto;
	}
img#math_link2              {
	position        : absolute;
	left            : 290.00px;
	top             : 320.00px;
	width           : 120.00px;
	height          : auto;
	}
div#math_link2_text          {
	position        : absolute;
	left            : 325.00px;
	top             : 328.00px;
	width			: auto;
	height          : auto;
	}
.cc16               { /*  math link text  */
	font            : 20px Georgia;
	color           : #000000;
	text-align      : left;
	}
.cc16 a:hover{color: black;text-decoration:underline;}
.cc16 a{color: silver;text-decoration:none;}


div#names2             { /* info box on homework page */
	position        : absolute;
	left            : 600.00px;
	top             : 15.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names2 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names2 a{color: white;text-decoration:underline;font-size: 12px;}
div#homework_notes           {
	position        : absolute;
	left            : 10.00px;
	top             : 15.00px;
	width			: 570.00px;
	height          : 180.00px;
	background-color: black;
	border-color	: white;
	border-style	: solid;
	border-width	: 0px;
	}
.cc18              { /*  homework notes  */
	font            : 17px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
div#google_homework          {
	position        : absolute;
	left            : 50.00px;
	top             : 235.00px;
	width			: auto;
	height          : auto;
	}
div#homework_week           {
	position        : absolute;
	left            : 60.00px;
	top             : 330.00px;
	width			: auto;
	height          : auto;
	}
.cc17               { /*  homework week  */
	font            : 24px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
div#homework_table           {
	position        : absolute;
	left            : 25.00px;
	top             : 370.00px;
	width			: 750px;
	height          : auto;
	background-color: black;
	padding			: 5px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	z-index			: 100;
	}
.cc19               { /*  homework table  input */
	font            : 16px Georgia;
	color           : #3041D4;
	text-align      : left;
	letter-spacing	: 1.5px;
	}
.cc20               { /*  homework table days */
	font            : 16px Georgia;
	color           : black;
	text-align      : left;
	letter-spacing	: 1.5px;
	text-decoration	: underline;
	padding-right	: 10px;
	}
img#drawing4              {
	position        : absolute;
	left            : 630.00px;
	top             : 200.00px;
	width           : 140.00px;
	height          : auto;
	}


div#names6             {	/* info box reading page */
	position        : absolute;
	left            : 570.00px;
	top             : 55.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names6 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names6 a{color: white;text-decoration:underline;font-size: 12px;}
div#reading_text           {	/*  reading text  */
	position        : absolute;
	left            : 15.00px;
	top             : 25.00px;
	width			: 530px; 
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc22               { /*  reading text  */
	font            : 16px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing	: 1.5px;
	}
div#vocab_table           {
	position        : absolute;
	left            : 10.00px;
	top             : 335.00px;
	width			: 800px;
	height          : auto;
	background-color: black;
	padding			: 5px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc21               { /*  vocab word  */
	font            : bold 16px 'Arial';
	color           : black;
	text-align      : left;
	letter-spacing	: 1.1px;
	text-decoration	: underline;
	padding-right	: 10px;
	white-space		: nowrap;
	}
.cc21a               { /*  vocab meaning  */
	font            : normal 16px 'Arial';
	color           : #3041D4;
	text-align      : left;
	letter-spacing	: 1.1px;
	}
div#vocab_title           {
	position        : absolute;
	left            : 50.00px;
	top             : 295.00px;
	width			: auto;
	height          : auto;
	}
.cc23               { /*  vocab title  */
	font            : 24px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing	: 1.5px;
	}
img#reading_link1              {  /* reading links */
	position        : absolute;
	left            : 480.00px;
	top             : 260.00px;
	width           : 120.00px;
	height          : auto;
	}
div#reading_link1_text          {	/* reading links */
	position        : absolute;
	left            : 515.00px;
	top             : 267.00px;
	width			: auto;
	height          : auto;
	}
img#reading_link2              {	/* reading links */
	position        : absolute;
	left            : 620.00px;
	top             : 260.00px;
	width           : 120.00px;
	height          : auto;
	}
div#reading_link2_text          {	/* reading links */
	position        : absolute;
	left            : 655.00px;
	top             : 267.00px;
	width			: auto;
	height          : auto;
	}
.cc25               { /*  math link text  */
	font            : 20px Georgia;
	color           : #000000;
	text-align      : left;
	}
.cc25 a:hover{color: black;text-decoration:underline;}
.cc25 a{color: silver;text-decoration:none;}


div#names7             {	/* spelling page info box */
	position        : absolute;
	left            : 560.00px;
	top             : 270.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 3px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names7 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names7 a{color: white;text-decoration:underline;font-size: 12px;}
div#spelling_notes              { /* spelling notes */
	position        : absolute;
	left            : 15.00px;
	top             : 15.00px;
	width           : 750.00px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc666               { /* spelling notes  */
	font            : 16px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing	: 1.5px;
	}
img#spelling_link1_button              { /* spelling link1 button */
	position        : absolute;
	left            : 565.00px;
	top             : 200.00px;
	width           : 120.00px;
	height          : auto;
	}
div#spelling_link1              { /* spelling link1 url */
	position        : absolute;
	left            : 590.00px;
	top             : 210.00px;
	width			: auto;
	height          : auto;
	white-space     : nowrap;
	}
img#spelling_link2_button              { /* spelling link2 button */
	position        : absolute;
	left            : 695.00px;
	top             : 200.00px;
	width           : 120.00px;
	height          : auto;
	}
div#spelling_link2              { /*  spelling link2 url */
	position        : absolute;
	left            : 720.00px;
	top             : 210.00px;
	width			: auto;
	height          : auto;
	white-space     : nowrap;
	}
.cc600              { /*  link text  */
	font            : 20px Georgia;
	color           : #000000;
	text-align      : left;
	}
.cc600 a:hover{color: black;text-decoration:underline;}
.cc600 a{color: silver;text-decoration:none;}
div#spelling_week            { /* spelling week of */
	position        : absolute;
	left            : 20.00px;
	top             : 275.00px;
	width           : 500.00px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	}
.cc66               { /* spelling week  */
	font            : 20px Georgia;
	color           : white;
	text-align      : center;
	text-decoration	: none;
	letter-spacing	: 1.5px;
	}
div#spelling_table              { /* spelling words table  */
	position        : absolute;
	left            : 20.00px;
	top             : 310.00px;
	width           : 500.00px;
	height          : auto;
	background-color: #000000;
	padding			: 7px;
	border-color	: black;
	border-style	: solid;
	border-width	: 4px;
	z-index			: 90;
	}
table.ct03          { /* spelling table details */
	background-color: #EEEEEE;
	border          : 1px solid #AAAAAA;
	border-spacing  : 0px;
	table-layout    : auto;
	empty-cells     : show;
	z-index			: 100;
	}
table.ct03 td       { /* spelling table details */
	color           : black;
	font            : bold 18px 'arial';
	text-align      : center;
	letter-spacing	: 1.5px;
	border          : 3px solid #AAAAAA;
	padding         : 6px;
	white-space     : nowrap;
	vertical-align  : middle;
	width			: 25%;
	z-index			: 100;
	}
div#google_spelling          {
	position        : absolute;
	left            : 50.00px;
	top             : 180.00px;
	width			: auto;
	height          : auto;
	z-index			: 100;
	}
img#spelling_guy             {
	position        : absolute;
	left            : 580.00px;
	top             : 460.00px;
	width           : 140.00px;
	height          : auto;
	}


div#names4             { /* info box science page */
	position        : absolute;
	left            : 100.00px;
	top             : 350.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 3px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names4 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names4 a{color: white;text-decoration:underline;font-size: 12px;}
div#science_text           {	/*  science text  */
	position        : absolute;
	left            : 10.00px;
	top             : 25.00px;
	width			: 750px;
	height          : auto;
	background-color: #000000;
	padding			: 5px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc298               { /*  science text  */
	font            : 15px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
img#science_link1              {  /* science link img */
	position        : absolute;
	left            : 200.00px;
	top             : 240.00px;
	width           : 120.00px;
	height          : auto;
	}
div#science_link1_text          { /* science link text  */
	position        : absolute;
	left            : 230.00px;
	top             : 250.00px;
	width			: auto;
	height          : auto;
	}
img#science_link2              {	/* science 2 link img */
	position        : absolute;
	left            : 350.00px;
	top             : 240.00px;
	width           : 120.00px;
	height          : auto;
	}
div#science_link2_text          {	/* science 2 link text  */
	position        : absolute;
	left            : 380.00px;
	top             : 250.00px;
	width			: auto;
	height          : auto;
	}
.cc24               { /*  math link text  */
	font            : 20px Georgia;
	color           : #000000;
	text-align      : left;
	}
.cc24 a:hover{color: black;text-decoration:underline;}
.cc24 a{color: silver;text-decoration:none;}
img#science1              { /* science image */
	position        : absolute;
	left            : 520.00px;
	top             : 280.00px;
	width           : 140.00px;
	height          : auto;
	}


div#names5             { /* info box social studies page */
	position        : absolute;
	left            : 90.00px;
	top             : 320.00px;
	width			: 250px; 
	max-width       : 300px;
	height          : auto;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#names5 a:hover{color: silver;text-decoration:underline;font-size: 12px;}
div#names5 a{color: white;text-decoration:underline;font-size: 12px;}
div#social_studies_text           {
	position        : absolute;
	left            : 15.00px;
	top             : 25.00px;
	width			: 750px;
	height          : auto;
	background-color: #000000;
	padding			: 5px;
	border-color	: black;
	border-style	: solid;
	border-width	: 0px;
	}
.cc299               { /*  social studies text  */
	font            : 15px Georgia;
	color           : white;
	text-align      : left;
	letter-spacing  : 1.1px;
	}
img#social_studies_link1              {  /* social_studies link img */
	position        : absolute;
	left            : 400.00px;
	top             : 220.00px;
	width           : 120.00px;
	height          : auto;
	}
div#social_studies_link1_text          { /* social_studies link text  */
	position        : absolute;
	left            : 425.00px;
	top             : 230.00px;
	width			: auto;
	height          : auto;
	}
img#social_studies_link2              {	/* social_studies 2 link img */
	position        : absolute;
	left            : 580.00px;
	top             : 220.00px;
	width           : 120.00px;
	height          : auto;
	}
div#social_studies_link2_text          {	/* social_studies 2 link text  */
	position        : absolute;
	left            : 605.00px;
	top             : 230.00px;
	width			: auto;
	height          : auto;
	}
.cc35               { /*  math link text  */
	font            : 20px Georgia;
	color           : #000000;
	text-align      : left;
	}
.cc35 a:hover{color: black;text-decoration:underline;}
.cc35 a{color: silver;text-decoration:none;}
img#social_studies1              { /* social studies image */
	position        : absolute;
	left            : 480.00px;
	top             : 330.00px;
	width           : 140.00px;
	height          : auto;
	}

div#footer             {
	position        : relative;
	left            : 100.00px;
	top             : 700.00px;
	width      		: 400.00px;
	height          : auto;
	background-color: #3266cc;
	padding			: 5px;
	border-color	: #555555;
	border-style	: solid;
	border-width	: 2px;
	white-space		: nowrap;
	}
.cc777               { /*  footer text  */
	font            : 14px 'Georgia';
	color           : #FFFFFF;
	text-align      : center;
	letter-spacing  : 1.1px;
	}
.cc777 a            { /*  footer text link */
	color           : yellow;
	text-decoration	: none;
	}
.cc777 a:hover               { /*  footer text link hover */
	color           : lime;
	text-decoration	: underline;
	}

div#grading             {
	position        : absolute;
	left            : -155.00px;
	top             : 490.00px;
	width      		: 110px;
	height          : 95px;
	background-color: #3266cc;
	padding			: 3px;
	border-color	: #555555;
	border-style	: solid;
	border-width	: 2px;
	white-space		: nowrap;
	z-index			: 100;
	}
div#math_test_login             {
	position        : absolute;
	left            : 605.00px;
	top             : 220.00px;
	width      		: auto;
	height          : auto;
	background-color: #3266cc;
	padding			: 6px;
	border-color	: #555555;
	border-style	: solid;
	border-width	: 2px;
	white-space		: nowrap;
	z-index			: 100;
	}
.cc884               { /*  grading and math test logins text  */
	font            : normal 18px 'Georgia';
	color           : #000000;
	text-align      : center;
	}
.cc884 a            {
	font            : normal 20px 'Georgia';
	color           : white;
	text-decoration	: underline;
	}
.cc884 a:hover               {
	font            : normal 20px 'Georgia';
	color           : lime;
	text-decoration	: none;
	}
