/* peanutbuttercupchallenge.com Styles */

/* Colors Used */
.orange { background: #e77213; }
.yellow { background: #ffeb00; }
.brown { background: #633314; }
.light { background: #ffcc19; }

/* Configures title */
td.page-title {
	padding: 0px 10px 0px 10px;
	font: bold 20px/40px arial;
}

/* Configures general text settings in page */
body {
	background-color: #e77213;
	font-family:"arial";
	font-size:13px;
	font-weight:normal;
	line-height:120%;
	margin:0;
	padding:0;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e77213;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e77213;
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #e77213;
	}

  
	P  { text-align: left; font: normal 12pt arial;}

    H1 { text-align: center; 
         font: normal 30pt arial;
		 text-transform: uppercase;
		 color: FFEB00;
		 letter-spacing: 5px
         }

    H2 { text-align: center; 
         font: normal 14pt arial;
         font-weight: normal; 
         color: 000000;
         }  

    H3 { text-align: left; 
         font: normal 14pt arial;
         font-weight: normal; 
         color: 000000;
         }

	H4 { text-align: center; 
         font: normal 10pt arial;
         color: 633314;
         }

	H5 { text-align: center; 
		 font: normal 14pt arial;
		 font-variant: small-caps;
		 margin-top: 0.25em; 
		 margin-bottom: 0.25em;
		 margin-right: 0; 
		 margin-left: 0; 
         color: 633314;
         }

	H6 { text-align: center; 
         font-family: garamond, serif; 
         color: 633314;
         }
         
    HR { border:0;
 		 border-top:1px dashed #9D6606;
 		 background-color:transparent;
 		 height:1px;
 		 margin:13px 0;
 		 padding:0;
 		 }