@charset "utf-8";
/* CSS stylesheet document */

/* styles for the whole page, and setting page margins etc */
body {
	background-color: #DDE8E7;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link styles for the whole page */
a:link {
	color: #506D85;
 	text-decoration: none; 
}
a:visited {
	color: #506D85;
	text-decoration: none; 
}
a:active {
	color: #FFF;	
	text-decoration: none; 
}
/* header styles */
h1 {
	display:inline;	
	text-align:left;
	color:#506D85;
	font-size:1.3em;
	float:left;
	width:30%;
	margin-left: 15px
}
h2 {
	display:inline;	
	text-align:right;
	color:#506D85;
	font-size:1.3em;
	float:right;
	width:30%;
	margin-right: 15px
}	
h3 {
	font-size: 1em;
	text-align: right;
	color: #506D85;
	margin-right: 15px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* specific div styles */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#link {
	color:#506D85;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 10px;
}
#email {
	text-align:right;
	color:#506D85;
	font-size:12px;
	margin-bottom: 10px;
}
#updated {
	text-align:center;
	color:#506D85;
	font-size:12px;
	margin-bottom: 10px;
}

#gallery {
	clear:both;
	margin:0.5em auto;
	text-align:center;
	color:#506D85;
	font-size: 12px;
}
#navigation {
	clear:both;
	color:#506D85;
	font-size:12px;
	text-align:center;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
}
#paper, #text {
	margin-left: 10em;
	display:inline;
	color: #506D85;
}

/* thumbnail images */
table#images {				/* text size for the thumbnails page */
	margin:1em auto;
	text-align:center;
	font-size:0.7em;
}
table#images img {			/* set some margin for the thumbnail images */
}
h3 {
	font-size: 1em;
	text-align: right;
	color: #506D85;
	margin-right: 15px;
}
