
		body {
			font-family: serif;
			font-size: large;
			padding: 5%;
			padding-top: 0px;
			margin: 0px;
			background:#e8f0f3;
		}

		a {
			color:black;
			background: transparent;
		}
		a:hover {
			background:white;
		}

    p {
			text-indent: 25px;
			padding-top: 5px;
			padding-bottom:5px;
		}

		li {
			padding-top: 5px;
			padding-bottom:5px;
		}

    p.sectionHeader {
			margin-top: 0px;
			padding:20px;
			text-indent: 0px;
			font-size: larger;
			background: white;
			border-radius: 5px;
		}

    p.sectionFooter {
			padding:5px;
			text-indent: 0px;
			background: white;
			border-radius: 5px;
		}

    p.code, span.code {
			text-indent: 0px;
			font-family: 'Source Code Pro', monospace;
			color: #2c492c;
			background-color: #ccf0fd;
			padding:2px;
			padding-left: 7px;
			padding-right: 7px;

		}

    span.keyword {
			color: #2c492c;
			background-color: #dae8e2;
			font-style: italic;
			padding:2px;
			padding-left: 8px;
			padding-right: 8px;
			border-radius: 15px;
			}

		span.object {
			font-style: italic;
			color:#05688a;
		}

		span.highlight {
			background: #faf8cb;
		}

    video, img { 
			display: block;
			margin-top: 50px;
			margin-bottom: 50px;
			margin-left: auto;
			margin-right: auto;
			border: solid #aaaaaa 1px; 
			width: auto;
			height: auto;
			max-width: 800px;
			max-height: 600px;
		}

		img.logo {
			display:inline;
			border: none; 
			width: 80px;
		}

		ul { }
    li { }

		ul.menu { }
		li.menu { }
		li.menu_here { font-weight: bold; }

		div.header {
			display: block;
			width:100%;
			margin:0px;
			padding:0px;
		}
		div.headerLogo {
			width: 100px;
			float:left;
		}
		div.headerText {
			float: left;
			padding-top: 50px;
		}

div.vba {
			display: block;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: auto;
			margin-right: auto;
			background: #eeffee;
			width: auto;
			height: auto;
			text-align: left;
			padding: 10px;

}
table.vba {
	display: inline-table; 
	text-align: left;
	border: 1px solid #527852;
}
thead.vba {
	border: 1px solid #527852;
	padding:5px;
	font-weight: bold;
}
td.vba {
	border: 1px solid #527852;
	padding:5px;
}


img.books {
	border: none;
	text-decoration : none;
	background: none;
	width: 100px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}