body, td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 25px;
	color : #666666;
	vertical-align : top;
}

body {
	background-color : #A18D99;
}

H1 {
	font-size : 15px;
	color : #A18D99;	
}

H2 {
	font-size : 12px;
	color : #A18D99;		
}

a:link {
	color : #A18D99;
	text-decoration: underline;
}

a:visited {
	color : #A18D99;
	text-decoration: underline;
}

a:hover {
	color : #A18D99;
	text-decoration: none;
}

a:active {
	color : #A18D99;
	text-decoration: underline;
}

.otherlink {
	color : White;
}

.otherlink a:link {
	color : White;
	text-decoration: underline;
}

.otherlink a:visited {
	color : White;
	text-decoration: underline;
}

.otherlink a:hover {
	color : White;
	text-decoration: none;
}

.otherlink a:active {
	color : White;
	text-decoration: underline;
}

.altback {
	background-color : #DFD8C8;
}

.content {
	background-color : White;
}

.pictureframe {
	background-color : #DFD8C8;
	padding : 5px 5px 5px 5px;
}