/* DanHarris KidComps Style Sheet January-February 2004 */


body {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

a:link  {
	font-size: 100%;
	font-weight: bold;
	color: green;
	text-decoration: none;
}

a:visited {
	
	font-weight: bold;
	color: blue;
	text-decoration: none;
}



a:hover {
		color:red;
		font-weight: bold;

	}

div.pagelist {
		width: 100%; 
		margin: 1em auto; 
		text-align: center
	 }


.pagelist#two{
		text-align:left;
	}
.pagelist a {	
		font-size: 12px;
		font-weight: bold;
		color: green;
		text-decoration: none;
	}
	
.pagelist a:visited {
	
	font-weight: bold;
	color: blue;
	text-decoration: none;
}	

.pagelist a:hover{
	color:red;
	font-weight: bold;

}

.pagelist a:visited:hover{
		color:red;
		font-weight: bold;

	}	
	
a:link img.{
	border-color: black;
}
a:visited img{
	border-color: black;
}

td{vertical-align: top;}
img#lftBan {padding-top: 2px; margin-top: 2px;}
ul { list-style: none;}
ul li{display: inline; margin:0.75em;}
div#phoneNum, #footer{margin:0 auto; padding: 0.5em; text-align: center;}
div#container{margin:0 auto; text-align: center;}
.printAll{display:none;}