/*
dronfield camera club style sheet
Author: Stuart N Wrigley s.wrigley@riasys.net
Date: 10 January 2006
*/

body { 
  background-color: #ffffff; 
  color: black; 
  font-family: Arial, Helvetica, sans-serif;
}

h1 { 
  font-size: 1.5em;
  color: #240083;
}

h2 {  
  font-size: 1em;
}

h3 { 
  font-size: 1.5em;
}

h4 { 
  font-size: 1.5em;
}

a:link, a:visited {
   text-decoration : none; 
   color : #0d0099; 
}

a:hover  {
   color : #ff3333; 
}	

ul.publications, ul.sparse li { 
   margin-bottom: 10px;
}

th { 
  align: left;
}

.programmeNote {
  color: red;
  font-style: italic;
}

.mainhead {
  background-color: #ffffff; 
}

.navbar {
  background-color: #214a8c; 
  color: #ffffff;
}

.corenav {
  background-color: #ffffff; 
}

.corenav a:link, .corenav a:visited {
  font-family: Verdana, Arial;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration : none; 
  color : black; 
}

.navbar a:link, .navbar a:visited {
  font-family: Verdana, Arial;
  font-size: 1em;
  font-weight: bold;
  text-decoration : none; 
  color : #ffffff; 
}

.navbar a:hover  {
   color : #ff3333; 
}	


.content {  
  margin-left: 5em;
  margin-right: 5em;
  margin-bottom: 2em;
  margin-top: 1em;
}

.tip, .posted {
  color: #666666;
  font-size: 0.8em;
}

