	body {
		margin: 30px;
	}
	
	
	pre,code {
		overflow:scroll;
		background:lightyellow;
		font-size:12pt;
		font-family:"Lucida Console", Monaco, monospace;
		border:solid 1px lightblue;
		margin:15px;
	}
	
	div,ul {
		font-family:Helvetica, sans-serif;
		font-size:14pt;
		line-height:130%;
	}
	
	h1,h2,h3,h4,h5,h6 {
		font-family:"Trebuchet MS", Helvetica, sans-serif;
	}

	/* unvisited link */
	a:link {
	    text-decoration: none;
		color: dodgerblue;
	}

	/* visited link */
	a:visited {
	    text-decoration: none;
		color: darkblue;
	}

	/* mouse over link */
	a:hover {
	    text-decoration: none;
		color: #FF00FF;
	}

	/* selected link */
	a:active {
	    text-decoration: none;
		color: #0000FF;
	}

	img {
		border : blue 2pt solid;
	}
	
	figure {
		font-size : 10pt;
	}

	table {
		border : 1px solid blue; 
		border-collapse: collapse; 
		font-family:  Helvetica; 
		font-size: 10pt;
		margin-top: 15pt;
		margin-bottom: 15pt;
	}  

	td,th {
		text-align:center;
		padding:5px;
	}        
	
	ul.files {
	    list-style-type: none;
	    padding:10px; 
	    margin:0;
	}

