/* Deri woods styles */


h2 {
    font-size: 24px;
	}

h3 {
    font-size: 20px;
	}

a {
	color: #006600;
	}
	
img {
	border-radius: 6px;
	}

.community-name {
	color: #cccccc;
	opacity: 0.6;
	font-family: impact,helveticaneue-condensedblack,sans-serif;
	}
	
.jumbotron h1 {
    font-size: 64px;
    color: #cccccc;
	margin: 50px 0px 50px 0px;
	}
	
.intro {
    font-size: 20px;
    color: #663333;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 30px 0px;
    }
    
.nav-logo {
	visibility: hidden;
	margin-bottom: 0px;
	}
	
.date {
	margin: 0 0 5px 0;
	color: #b3b3b3;
	}
	
.moreLink {
	font-style: italic;
	}
	
.buttonLink {
    text-align: center;
	padding: 4px 7px;
	background-color: #f8f5f0;
	border: 1px solid #dfd7ca;
	border-radius: 4px;
	}

	
table.basicTable {
  border: 1px solid #BBBBBB;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.basicTable td, table.basicTable th {
  border: 1px solid #BBBBBB;
  padding: 3px 3px;
}
table.basicTable thead th {
  font-weight: bold;
  text-align: left;
}


