body {
	background-color: #291911;
	color: #dddddd;
}

.menu {
	background-color: #dddddd;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	width: 100%;
}

table.menu {
	margin-top: 5px;
}

/* enable this for cell borders 

td {
	border-style: solid;
	border-color: #ff0000;
}

 End of cell borders */

p.title {
	font-weight:bold;
	font-size: 250%;
	font-family: cursive;
	display: inline;
}

table.list {
	margin-top: 30px;
}

table.home {
	margin-top: 0px;
}

table.text {
	width: 50%;
	margin-left: 25%; 
	margin-right: 25%;
	margin-top: 30px;
}

table.expo {
	width: 66%;
	margin-left: 17%; 
	margin-right: 17%;
	margin-top: 30px;
}

.smalltext {
	font-size: 75%;
}

.largetext {
	font-size: 120%;
}

.largeredtext {
	font-size: 130%;
	color: #aa0000;
}

img {
	border: none;
}

.link {
	color: #dddddd;
}

.bordered {
	border: 4px solid #dddddd;
}
.centered {
	text-align: center;
}