body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

h1, h2, h3, h4 {
	font-weight: bold;  
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
}

h1	{font-size: 120%;}
h2,h3 	{font-size: 100%;}

 
a {
  text-decoration : underline;
  color : #0000ff;
}

/* Strict XHTML doesnt support border="0" so set that property here */

a:link img {border-style: none;}
a:visited img {border-style: none;}

/* How I show text that represents source code */

p.code {color: #cc6600;
	margin-left:3em;
	font-family: Courier, sans-serif;
	}

.code {
	color: #cc6600;
	margin-left:3em;
	font-family: Courier, sans-serif;
}

.filename {
	font-style: italic;
	font-family: Courier, sans-serif;
}

#settings{width:400px;}
#settings img{display:none;}

div.centred{
	text-align: center;
}
.copyright {
	font-weight: normal; 
	font-size: 10pt; 
	color: #003650; 
	margin-right: 0px;
	padding-top: 5pt; 
	text-align:left;
}

.footer_navigation{ display:none;}

.bord {
	border-right: #003650 1px solid; 
	border-left: #5c9dbe 1px solid; 
	border-top: #5c9dbe 1px solid;
	border-bottom: #003650 1px solid;
	
	padding: 6px;
	background: none;
	margin-right: 0px;
}
.cont {
	/*background: url(/images/shadow.gif) #ffffff repeat-x; */
	
	padding: 12px; 
	
	border-top: #003650 1px solid; 
	border-right: #5c9dbe 1px solid; 
	border-bottom: #5c9dbe 1px solid;
	border-left: #003650 1px solid; 
	
	/*I like the text auto-justified like newspaper print...*/
	
	text-align: justify;
	
	/* text-justify: auto; This is the default value but entering it generates a CSS2 Validator warning*/
}

/*	The button class, fixed font size used */

#navigation {/*display: none;*/}
#navigation img{display:none;}
#navigation:hover {/*display: none;*/}
#navigation ul {display: none;}
#navigation li {display: none;}
#navigation li a {display: none;}
#navigation li a:hover {display: none;}

/* Styles for photo thumbnails */
   #thumbs_gallery {
      border: solid 0px black;
      padding: 10px;
      margin: 12px;
      /* background: #E5E5E5; */
      color: black; 
   }
   #thumbs_gallery div {
      margin: 9px;
      width: 170px;
      border: outset 1px white;
      background: white;
      padding: 4px;
      color: black;
      text-align: center;
      height: 190px;
      float: left;
      font-size: 0.8em;
   }
   #thumbs_gallery hr {
      clear: both;
      border: 0;
      width: 0;
   }
   #thumbs_gallery a img {
      border-style: none;
   }
   #thumbs_gallery a {
      text-decoration: none;
   }
   #thumbs_gallery a:hover {
      text-decoration: underline;
   }

#skip a, #skip a:hover, #skip a:visited  { 
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 } 
  
 #skip a:active 
 { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 } 
 
 /*Hack alert */
 #skip2 a, #skip2 a:hover, #skip2 a:visited  { 
 	position:absolute; 
 	left:0px; 
 	top:-500px; 
 	width:1px; 
 	height:1px; 
 	overflow:hidden;
 } 
  
 #skip2 a:active 
 { 
 	position:static; 
 	width:auto; 
 	height:auto; 
 } 
  #random_image{display:none;}
 
 #switcher{display:block; padding-top:5px;}
 
 #switcher #select{  }
 #switcher #submit{ width:100px;}
 .small_text {font-size:0.7em;}
