/* BODY */

body {
	background-color:white;
	font-family:trebuchet ms, sans-serif;
	color:rgb(76, 120, 153);
}

/* HEADINGS */

h1 {
	color:rgb(76, 120, 153);
	font-family:trebuchet ms, sans-serif;
	font-weight:bold;
	font-size:400%;
	text-align:center;
}

h2 {
	color:rgb(76, 120, 153);
	font-family:trebuchet ms, sans-serif;
	font-weight:bold;
	font-size:200%;
	text-align:center;
}

h3 {
	color:rgb(76, 120, 153);
	font-family:trebuchet ms, sans-serif;
	font-variant:small-caps;
	font-size:120%;
}

a {
	font-family:sans-serif;
	text-decoration:none;
	color:rgb(153, 182, 204);
}

a:hover {
	color:rgb(76, 120, 153);
}

/* MAIN MENU LINKS */

.main a {
	font-family:sans-serif;
	text-decoration:none;
	color:rgb(153, 182, 204);
}

.main a:hover {
	color:rgb(76, 120, 153);
}

/* LABELS FOR PHOTO PAGES */

.labels a {
	font-family:sans-serif;
	text-decoration:none;
	color:rgb(76, 120, 153);
	display: block;
	padding: 4px;
	height:3em;
}

.labels a:hover {
	color:#445766;
	background-color:#C9D9E5;
}

td.labels { 
	width:33%;
	background-color:rgb(153, 182, 204);
	padding:0%;
	text-align:center;
}

/* YEAR PAGE */
td.years { 
	width:33%;
	background-color:rgb(255,255,255)
	padding:0%;
	text-align:center;
}
/* PHOTO THUMBNAILS */

td.photo {
	background-color:rgb(153, 182, 204);
	padding:0px;
	text-align:centre;
}

td.photo a {
	border-color:rgb(153, 182, 204);
	padding:4px;
	display:block;
}

td.photo a:hover {
	background-color:#C9D9E5;
}

/* WRITING PAGE */

.writing {
	margin-left:10%;
}

/* DAN LUVA PAGE */

.dan {
	margin-left:30%;
	text-align:left;
}

.dan_contact {
	margin-left:10%;
}

.contact {
  margin-left:30%;
}

.history {
  margin-left:15%;
  margin-right:15%;
  text-align:left;
}
.generations {
  color:rgb(76, 120, 153);
	font-family:trebuchet ms, sans-serif;
	font-weight:bold;
	font-size:400%;
	text-align:center;
}

.badges {
	margin-left:30%;
}
