body {
	background-color: #ADADAD;
	color: black;
	font-family: Arial;
	font-size: 12pt;
	margin: 0pt;
	margin-bottom: 50px;
	}

h1 {
	background-color: #CCCCCC;
	font-size: 120%;
	font-style: italic;
	}

h2 {
	background-color: #CCCCCC;
	font-size: 110%;
	border-bottom: 1px solid #DADADA;
	}
h3 {
	background-color: #CCCCCC;
	font-size: 90%;
	font-style: italic;
	margin-left: 20px;
	}

.pyatcron {
	font-style: italic;
	}

.email {
	color: #0C33AF;
	}
.screen {
	font-size: 100%;
	font-family: monospace;
	font-size: 80%;
	border: solid 1px black;
	padding: 5px;
	margin: 10px;
	text-align: left;
	background-color: #F1F1F1;
}
a {
	color: #0C33AF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
div#menu {
	position: absolute;
	top: 120px;
	left: 10px;
	font-size: 80%;
	width: 120px;
}
div#menu ul {
	margin: 0px;
	padding: 0px;
	}
div#menu li {
	margin-bottom: 5px;
	list-style-type: none;
}
div#menu li a
{
  display: block;
  font-size: 1.2em;
  font-family: Sans-Serif;
  text-decoration: none;
  background-color: white;
  text-align: center;
  margin-bottom: 0px;
  padding: 0px;
  color: black;
  border-style: solid;
  border-width: thin;
  border-color: white;
}
div#menu li a:hover { 
  border-color: white black black white; 
  background-color: lightgrey;
}

div#header {
	background-color: #676767;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	}
div#header h1 {
	background-color: #676767;
	color: white;
	text-align: center;
	font-size: 250%;
}
div#header span.pyatcron {
	color: white;
	text-align: center;
}


div#main {
	background-color: #FEFEFE;
	border: solid 1px #000;
	color: #000;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 120px;
	padding: 10px;
}
	
	
div.para {
	margin-left: 20px;
	margin-top: 10px;
	text-align: justify;
	}

div.screenshot {
	text-align: center;
	}
	
img {
	margin: 10px;
	border: none;
	}
	
div#freediv1 {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 100px;
	width: 100px;
	background-image: url("pictures/pyatcron-logo.png");
	background-repeat: no-repeat;
	}
	
ul.nodot {
	list-style-type: none;
	}
}