a {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	cursor: crosshair;
	text-align: justify;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 1.5cm;
	margin-right: 0.3cm;
	margin-top: 2cm;
	margin-bottom: 2cm;	/*padding-left: 20px;*/
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #000000;
	text-align: center;
	font-weight: normal;
	border: thin groove #000000;
	padding: 5px;
	background-color: #CCCCCC;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	text-transform: uppercase;
	font-variant: small-caps;
	/*color: #800828;*/
	border-bottom-width: thin;
	border-bottom-style: solid;
	/*border-bottom-color: #800828;*/
	margin-left: -1.3cm;
}
h3 {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
h4 {
	font-size: large;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.copyright {  
	/* visibility: hidden; */
	font-size: x-small; 
	font-weight: bold;
	text-align: center; 
	margin-left: 20%;
	margin-right: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-bottom: 5px;
	padding-top: 50px;
}
.navigation {
	visibility: hidden;
}
.program {
	font-size: 11px;
	background-color: #DDDDDD;
	/*border: 2px solid #800828;*/
	border: 2px solid;
	padding: 20px;
}
.lastModification {
	font-size: x-small;
	text-align: center;
	padding-bottom: 50px;
}
.printableVersion {
	visibility: hidden;
}
.tableOfContent {  
	text-align: center; 
	page-break-after: always;
}
.literal {
	font-family: "Courier New"; 
	font-size: x-small;
	font-style: normal;
}
.exampleProgram {
	font-size: 11px;
	background-color: #DDDDDD;
	/*border: 2px solid #800828;*/
	border: 2px solid;
	padding: 20px;
}
.exampleTitle {
	padding: 20px 20px 0px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	/*width: 90%;*/
}
