A:link {
	color: #FF0000;
	text-decoration: none;
}

A:visited {
	color: #006633;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: none;
}

A:hover {
	color: #006633;
	text-decoration: none;
}

A.dark:link {
	color: #FF0000;
	text-decoration: none;
}

A.dark:visited {
	color: #006633;
	text-decoration: none;
}

A.dark:active {
	color: #FF0000;
	text-decoration: none;
}

A.dark:hover {
	color: #006633;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial;
}

P {
	font-size: 14px;
	font-family : Arial;
}

TD.dark {
	font-size: 12px;
	font-family : Arial;
	color : #FFFFFF;
}

P.dark {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 12px;
	font-family : Arial;
	color : #000000;
}

P.smaller {
	font-size: 124px;
	font-family : Arial;
	color : #000000;
}
events-window {
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: auto;
	height: 480px;
	width: 640px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.picframe {
	border: thin solid;
	position: relative;
	top: -65pt;
	width: 500px;
	left: 10px;
	height: 400px;
}
.phototable {
	border: #FF0000;
	position: relative;
	top: -60px;
}
