BODY {
	color: #506068;
	background-color: #D0D0D0;
	font-family: sans-serif;
	scrollbar-base-color: #506068;
	}

.sidebar {
	position: absolute;
	left: 600px;
	top: 2em;
	text-align: right;
	font-size: 60%;
	z-index: 1;
	}

.title {
	font-size: 180%;
	}

.horizon {
	margin-left: 30px;
	}

.calendar {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	}

.cal-month {
	text-align: center;
	}

.cal-weekday {
	text-align: center;
	}

.horizon-photo {
	top: 10px;
	border: 5px solid #000000;
	width: 448px;
	height: 336px;
	font-size: 60%;
	}

.horizon-text {
	font-family: sans-serif;
	font-size: 75%;
	/*text-align: center;*/
	}

.horizon-links {
	font-family: sans-serif;
	font-size: 60%;
	/*text-align: center;*/
	}

.horizon-datelink {
	font-size: 60%;
	margin-left: 50px;
	}

.popup-credit {
	font-size: 60%;
	margin-left: 20px;
	}


.left-photo {
	margin-left: 10px;
	}

.right-photo {
	margin-left: 250px;
	}

A:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	}
	
A:visited {
	font-weight: bold;
	color: #00007D;
	text-decoration: none;
	}

A:active, A:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}