body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.ch {
	color: #FF0000;
	font-weight: bold;
	
}

.boys { 
	color: #3366FF;
}

.girls { 
	color: #CC33CC
}

.pups  {
	color: #8635F2;
}

.fun {
	color: #F057BB;
		
}

.linksbar {
	color: #CCCCFF;
	font-family: Verdana, Arial, Times;
	font-weight: bold;
	text-decoration: none;
	font-size: medium
}
	
	
td {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

th {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

table {
	cellspacing: 3;
	cellpadding: 3;
	
	cols: 2;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	padding: 5px;
	border: 3px solid;

	
}
table.boys {
	background: #F0FEFF;
	
}



table.girls {
	background: #FFF4FE;
}

table.pups {
	background: #F7E2FE

}
table.newchamps {
	background: #CCFFFF;
}

table.pastchamps {
	background: #FFFEEA;
}

table.ped {
	background: #FFFFFF
}

table.ped-title {
	background: #FFFF80
}
	
h1 {
	font-size: xx-large;
}