/* Software basic styles */

/* Code syntax highlighting */

div.programdescription {

}

div.programdescription > h1 {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
}

div.program {
	overflow: auto;
	white-space: pre;
	font-family: monospace;
	color: white;
	background-color: black;
}

.code {
	font-family : monospace;
}


#downloadLink {
	font-size: larger;
}

#version {
	font-size: smaller;
	color: #565656;
}