@import url(base.css);
/* style for home */

#link {
  margin-right: 20px;
}

#link h1 {
	border-bottom: solid 1px #ffcc99;
}

#motto {
  clear:both;
  text-align: center;
  margin-top: 20px;
  margin-right: 20px;
  font-size:0.9em;
}

#linkList ul {
  margin-top: 20px;
}

#linkList li {
  line-height: 7pt;
	background: transparent url(images/bullet.gif) no-repeat left bottom;
	list-style-type: none;
	display: block; 
	padding-top: 0px; 
	padding-left: 10px; 
	margin-bottom: 7px;
	margin-left: 10px;
}

