/* font settings */

.dirlisting {
  font-family: /*agaramond, garamond,*/ georgia, palatino, book antiqua, serif;
}

.title, .posted {
  font-family:verdana, arial, sans-serif;
}

/* font size settings */

.title {
  font-size: large;
}

.dirlisting {
  font-size: small;
}

.posted {
  font-size: x-small;
}

body {
  margin: 20px;
  padding: 0px;
}


a {
  color:#660000;
  text-decoration: none;
}

a:visited {
  color:#003366;
}

a:hover {
  color:black;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

#banner {
  color:#333;
  font-weight:normal;	
  font-style:italic;
  padding:15px;
  border-top:4px double #666;
}

#banner a {
  text-decoration:none;
}

.categorytitle {
  font-style: italic;
  margin-top: 10px;
  margin-left: 25px;
  margin-bottom: 15px;
}

.description {
  color:#333;
  font-size:small;
  text-transform:none;	
}
				
#content {
  padding: 0px 25px 25px 25px;
}

#container {
background:#FFF;
border:1px solid #FFF;		
}

#links {	
padding:15px;				
border:1px solid #FFF;
}
		

.title {
  margin-top: 25px;
  margin-bottom: 15px;
}

.dirlisting {
  margin-left:30px;
  margin-right:30px;
  margin-bottom: 25px;
}

.name {
  font-weight: bold;
}

