
body {
	
		font-size: 16px;
  	
		color: #000000;
  	
		font-family: Garamond;
  	
		line-height: 20px;

	  	background-color: #FFFFFF;

}




a {
  			color: #000000;
 
	 	text-decoration: none;

}



a:hover {
  	color: #FF0000;

}



h1 {	
	font-family: txt_____;

	   	src: url ('fonts/txt_____.ttf');
 
		font-weight:400;

		font-size: 32px;
	
		color: #000000;
	
		padding-top: 33px;
	
		padding-bottom: 50px;

}


h2 {
		font-family: GillSansStd;
   	
		src: url('fonts/GillSansStd.otf');
				
		font-size: 20px;

		color: #000000;
 
/*

		border-bottom-		width: 1px;
	
		border-bottom-style: solid;
	
		border-bottom-color: #000;

*/
}



#container {
	
		width: 600px;
	
		margin-right: auto;

		margin-left: auto;

/*		
		background-color: #FAEBD7;


*/

}



@font-face {
	
		font-family: GillSansStd;
		
		src: url('fonts/GillSansStd.otf');

}


@font-face {
	
		font-family: txt_____;
				
		src: url('fonts/txt_____.ttf');

}






