/* Body */
	body {	
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 12pt;
		font-weight: 500;
		color: Black;
		background-color: #fff3c0;
		}

	h1 {
		font-size: 24pt;
		color: Maroon;
		}

	h2 {
		font-size: 14pt;
		color: Maroon;
		font-weight: bold;
		}

	h4 {
		font-size: 10pt;
		}

	h5 {
		font-size:12pt;
		margin-left: 2em;
		}

	h6 {
		font-size: 8pt;
		}

	hr {
		margin-left: 10%;
		margin-right: 10%;
		}

	td {
		font-family: Arial, Verdana, Tahoma, Sans-serif;
		font-size: 12pt;
		}

	tt {
		font-family: "Lucida Console", "letter Gothic", "OCR A Extended", Courier, monospace;
		font-size: 10pt;
		}

	p {
		margin-top: 0%;
		margin-bottom: 0%;
		}

/* Ids */
        #adspace {
                float: right;
                }

/* Classes */
	.info {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 12pt;
		font-weight: 500;
		color: black;
		margin-left: 2em;
		Margin-right: 33%;
		margin-top: 0%;
		}

	.heading {
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 14pt;
		font-weight: bold;
		color: black;
		margin-bottom: 0%;
		}

        .description {
                font-family: Verdana, Arial, Tahoma, sans-serif;
                font-size: 9pt;
                font-weight: 500;
                color: black;
		}

	.code {
		font-family: "OCR A Extended", "Lucida Console", "letter Gothic", Courier, monospace;
		font-size: 10pt;
                font-weight: bold;
                color: #333333;
		white-space: pre;
		}

/* Links */
	a:link, a:visited, a:active {
		color: Maroon;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
		border: none;
		}

	a:hover {
		/* background-color: Maroon; */
		color: orange;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: underline;
		}
