	body{
	
		font-family:'Yanone Kaffeesatz',Optima, Verdana, Georgia, sans-serif;
		font-style: normal;
		font-weight: 300;
		letter-spacing: 0.082em;
		word-spacing: 0.000em;
		line-height: 1.4;

	
	}
	
	h1 {
		/*18px via YUI Fonts CSS foundation*/
		font-size:138.5%;
	}
	
	h2 {
		/*16px via YUI Fonts CSS foundation*/
		font-size:123.1%;
	}
	
	h3 {
		/*14px via YUI Fonts CSS foundation*/
		font-size:108%;
	}
	
	h1,h2,h3 {
		/* top & bottom margin based on font size */
		margin:0.25em 0;
	}
		
	h1,h2,h3,h4,h5,h6 {
		/*bringing boldness back to headers and the strong element*/
		font-weight: 700;
		font-size: 18px;
		text-transform: none;
		text-decoration: none;
		letter-spacing: 0.082em;
		word-spacing: 0em;
		line-height: 1.4;
		color:#00284A; 
	}

	a:link, 
	a:visited, 
	a:focus,  
	a:active { 
		font-weight:normal; 
		color:#00284A; 
		text-decoration:none;

	}

	a.current,
	a:hover{
		color:#927C49;
	}
	
	th,td {
		/*borders and padding to make the table readable*/
		border:0px solid #000;
		padding:0.8em;
		text-align:left;
		vertical-align:top;
	}
	
	
	th {
		/*distinguishing table headers from data cells*/
		font-weight:bold;
		text-align:center;
	}
	
	 

	
	strong{
		font-weight:bold;
	}
	em{
		font-style:italic;
	}
	 

