body {
	background-image: url(grad.jpg);
	background-repeat: repeat-x;
	background-color: white;
	color: #444444;
	font-family: georgia, times, serif;
	font-size: .9em;
	text-align: justify;
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: "franklin gothic", verdana, helvetica, sans-serif;
	font-weight: normal;
}

a {
	color: #660066;
}

a:hover {
	color: #3399cc;
}

img.titleimage, .noborder {
	border: 0px;
}

.signame, .boldname {
	font-style: italic;
	font-weight: bold;
}

.name {
	font-style: italic;
}

.content {
	max-width: 500px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.caption {
	text-align: center;
	font-size: 1.2em;
}

.intro {
	text-align: center;
}

.photo, .photol, .photor {
	border: 1px solid gray;
	padding: 4px;
}

.photol {
	float: left;
	margin-right: 8px;
}

.photor {
	float: right;
	margin-left: 8px;
}

.middle, .footer {
	text-align: center;
}

table, th, td {
	vertical-align: top;
	margin: none;
/*	border: 1px solid silver;*/
	text-align: left;
}

th, td {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}

table {
	border-spacing: 0px;
}

.date {
/*	text-align: right;*/
}

.footer {
	margin-top: 64px;
}

.footer p {
	margin: 0px;
	padding: 0px;
}

.footer {
	font-size: .8em;
}

.seperator {
	color: silver;
}

br.newsection {
	clear: both;
}

object, param {
	width: 500px;
	height: 15px;
}