/* *** Resets browser defaults *** */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* *** end of reset *** */


html {font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#3B3B3B;
	color:#E6E6FA;}


body {
	margin:5px;
	border:0px solid #8b4726;
	padding:10px 10px 10px 10px; 
	width:960px;
	margin-right:auto;
	margin-left:auto;}
	
	
h1 {font-family:papyrus, ariel, san serif;
      font-size:250%;
      text-align:center; 
      font-weight:bold; 
      background: url(http://www.wiganman.co.uk/Images/butterflies/comma_pictures.jpg);
      background-position: middle left;
      background-repeat:no-repeat;  
      border-width:0px;
      border-color:#000000;
      border-style:solid;
      padding-bottom:1em;}

h3 {font-weight:bold;}

	

p {padding-bottom:1em;}
  .center {text-align:center;}
  .quote {color:#000033; 
          font-style:italic;}	
  .copyright {float:right; 
               font-style:italic; 
               font-size:80%;}
  .small {font-size:80%}
  .smallcenter {font-size:80%;
	       text-align:center;}                    
  .list	   {padding-bottom:0px; padding-left:1em;}
  .comment {width:50%; padding-left:25%;}        
      
a:link { color:#BCD2EE;
	text-decoration:underline;}
	
a:visited { color:#696969;}

a:active { color:#8b4726;}

a:hover {color:#8b4726;}

a.title{font-family:papyrus, sans serif; 
	font-size:110%;
	text-decoration:none;
	background-color:#919191; 
	border: 1px solid; 
	border-top-color:#DFDFDF; 
	border-right-color: #DFDFDF; 
	border-bottom-color: #000000; 
	border-left-color: #000000; 	
	padding-left:15px; padding-right:15px;}

a.title:hover {border-top-color:#DFDFDF; 
          border-right-color: #DFDFDF; 
          border-bottom-color: #000000; 
          border-left-color: #000000;
	  background-color:#E6E6FA ;} 
