#content {
	width: 700px;
	background-color: #ffffff;
	}
body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background-color: #ffffff;
	}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
#credits {
	width: 700px;
	text-align: right;
	font-size: x-small;
	border: none;
	background: transparent;
	color: #ffffff;
	}
#credits a {
	color: #ffffff;
	}
img {
	border: none;
	text-decoration: none;
	}
h2 {
 text-align: center;
 font-family: "Trebuchet", serif;
 }
 table#ex { 
 	width: 620px;
	text-align: center;
 	font-size: x-small;
	font-color: #efefef;
	border: 1px solid #efefef;
	margin-top: 40px;
	}
	table#ex a, table#ex a:hover, table#ex a:link, table#ex a:visited {
	 	text-align: center;
		font-size: x-small;
 		font-color: #efefef;
		}
.smalltext {
	font-size: 80%;
	}
#contact_form {
	background: #EEEEEE;
	font-weight: bolder;
	}
table#contact input, table#contact textarea {
	border: 2px solid #c81f1f;
	}
.submit { 
	background:#c81f1f;
	border: 2px outset #c81f1f;
	padding:1px 4px;
	font-weight: bolder;
	}
