/* style-1.css - a simple style sheet on BritPics*/
body {
	color: black;
	font-family: Garamond, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

A:hover {background: rgb(174,146,134)}
A:link {color: green; text-decoration: none; }  
h2.subsection { margin-top: 2em; margin-bottom: 3em; }
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: "Times New Roman", Times, serif}
.style3 {font-family: "Courier New", Courier, mono}
.style4 {font-family: Georgia, "Times New Roman", Times, serif}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}

div.box { border: solid; border-width: thin; width: 100% }
div.color {
    background: rgb(204,214,255);
    padding: 0.5em;
    border: none;
  }

p { text-indent: 2em; margin-top: 0; margin-bottom: 0; }

th {
	font-family: Arial, Helvetica, sans-serif;
}
#footer{ font-size: 85%; color: #777777; }
#footer a{ color: #444444; }

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}
