body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#000000;
	color:#DDDDD;
	font-size:12px;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF2D3;
	font-size:12px;
}

#nav {
	background-image:url(/images/dash.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF2D3;
	font-size:12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#D31F70;
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#D31F70;
	font-size:16px;
	font-weight:bold;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FCB816;
	font-size:12px;
	text-decoration:underline;
}

.photo {
	font-size:10px;
	text-align:center;
	border:#D31F70 solid thin;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF2D3;
	font-size:12px;
	font-style:italic;
}

form.signup {
	margin:2px 0px 25px 38px;
}

form.signup input.inputBox {
	width:80px;
	border:1px solid #fcb816;
	background-color:black;
	color:white;
}

form.signup input.inputBut {
	width:30px;
    color: black;
    background:#fcb816;
    border: 1px solid #fcb816;
}

form.signup input.inputBut:hover {
    color: #fcb816;
    background: black;
}

