@charset "UTF-8";
/* CSS Document */

body {
	font-size:80%;
}

h1 {
	text-transform:uppercase;
	text-align:center;
	font-size:150%;
	font-weight:bold;
}

table {
	padding-bottom:30px;
}

tr {
	border: 1px dotted #87cefa;
}

tr.odd {
	background:#f0f8ff;
	border: 1px dotted #87cefa;
}

td {
	padding-right: 20px;
	width: 220px;
}

#title {
	
}

#infotable {
	float:left;
	width:40%;
	padding: 20px, 0, 0, 0;
}

#viewer {
	
}

#description {

}

#date {
	padding-top:30px;
}

.floatstop {
	clear:both
}

#pictures {
	display:none;
}
