body {
	font-family: sans-serif;
	font-size: 12pt;
	background: #F2F6FF;
        /*background: darkblue;*/
	color: #001E37;
}

div.thankyou {
	font-size: smaller;
	text-align: center;
}

div.lastupdate {
	font-size: smaller;
	text-align: center;
}

div.software {
	background-color: white;
	background-image: url(div-bg.png);
	background-repeat: repeat-y;
	border: #00524D 1px dashed;
	color: black;
	margin-left: 0.5em;
	margin-bottom: 1em;
	padding:1em;
	padding-left:1.1em;
}

div.screenshot {
    width: 100%;
}

div.screenshot img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.titlediv {
    margin-bottom: 0.2em;
}

div.links {
	text-align: left;
/*	margin-left: 10%; */
}

div.links ul {
        margin-top: -3px;
}

div.links ol {
        margin-top: -3px;
}

div.links li {
        padding-bottom: 0.3em;
}

div.software a {
	color: #3E4447;
	background-color: transparent;
}

div.code {
	color: black;
	border: 1px dotted blue;
	background: white;
	white-space: pre;
	padding: 0.8em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-family: monospace;
	text-shadow: 1px 1px 1pt #CCC;
}

div.validation {
    	padding-left: 1em;
	border: none;
}

div.validation a.image img {
    	border: none;
}

a {
	color: #002D52;
	background: #F2F6FF;
	border-bottom: dotted #002D52 1px;
	text-decoration: none;
	text-shadow: 1px 1px 2pt #CCC;
}

a:visited {
	color: #00524D;
	background: #F2F6FF;
}

a:hover {
        border-bottom: solid #002D52 1px;
}

a.image {
	padding: 0px;
	text-decoration: none;
	border: none;
}

a.image:hover {
	background : transparent;
	margin: 0px;
}

a.image img {
	border: dotted #002D52 1px;
}

a.image img:hover {
	border: solid #002D52 1px;
}

.header {
	font-size: 24pt;
	text-align:center;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}
