
 
 <style>
 
 				
	 body { background-color: #FF9900;
	 			font-family: sans-serif;
				font-size: small;
	 			color: black;
				
				 }

	 h1#titlebar { line-height: 25px;
	 						 text-align: left;
	 						 font-family: showcard gothic;
	 						 color: #990C00;
							 border-color: #B35D00;
							 background-color: #CCB28F;
							 border-style: ridge;
							 border-width: 5px;
							 height: 210px;
							 width: 760px;
							 margin-right: 20px;
							 margin-left:20px;
							 margin-bottom: 20px;
							 font-size: 250%;
							 }
	 						 
	 h1 { text-align: center;
		 	 color: #990C00;
		 	 background-color: #CCB28F;
		 	 font-family: showcard gothic;
			 line-height: 28px;
			 }
	h2 { font-family: showcard gothic;		 	 
		 	 color: #990C00;
			 text-weight: bold;
			 }

	
	h3 { color: #E9E9FF;
	}
	
	h2.link {
					font-size: 125% ;
					}

				 
	
	p  { 		color: black;
		 			font-family: sans serif;
					font-size: 75%;
			}
	p.links {font-weight: bold;
					font-size: 100%;
	}		
	.email {
					font-family: showcard gothic;
					color: #990C00;
					}
	.validation { 
							font-size: 50%
							}
			
	
	
 	img.mainpic { border-color: #B35D00;
		border-width: 5px;
		border-style: ridge;
		margin-right: 50px;
		} 
								
	img {
		border-color: #B35D00;
		border-width: 5px;
		border-style: groove;
		}
	#article{ 
		line-height: 18px;
		border-color: #B35D00;
		border-width: 5px;
		border-style: ridge;
		background-color: #CCB28F;
		line-height: 20px;
		color: black;
		width: 550px;
		margin-right: 300px;
		margin-bottom: 10px;
		padding: 2px;
		}
				
	 #links {
	 			float: right;
				 border-width: 6px; 
				 width: 170px;
				 padding: 5px;
				 border-style: ridge;
				 border-color: #995B00;
				 background-color: #CCB28F;
				 margin-right: 35px;
				 text-align: center;
				 }
				 
		#footer {
						border-style: groove;
						border-width: 5px;
						border-color: #B35DOO;
						background-color: #CCB28F;
						font-size: 75%;
						font-weight: bold;
						font-family: sans-serif;
						text-align: center;
						line-height: normal;
						margin-top: 10px;
						clear: both;
						}
						
		#allcontent {
								width: 800px;
								padding-top: 5px;
								padding-bottom: 5px;
								background-color: #806C59;
								margin-left: auto;
								margin-right: auto;
								}
		#spacer			{
								line-height: 5px;
								}
	
 </style>
