body
{
	background-color: #222;
}
main
{
	width : 1160px;
	height : auto;
	margin: 0 auto;
	background-image: url("Parchemin.jpg");
	padding: 20px 20px 20px 20px;
}
nav
{
	height			: 0%;
}
header
{
	height			: 8%;
	font-family		:"Courier New", Courier, monospace;
	color 			: #6E6E6E;
	letter-spacing	: 1px;
	font-size		: 1.8em;

}
section
{
	height     : 53%;
	font-family:"Courier New", Courier, monospace;
	font-size  : 1.0em;
}
article
{
	height: 33%;
	font-family:"Courier New", Courier, monospace;
	font-size  : 1.2em;
	text-align: justify;
}
footer
{
	height: 6%;
	font-family:"Courier New", Courier, monospace;
	text-align: center;
	letter-spacing: 3px;
	padding-top: 30px;
	font-size: 0.8em;
}

.python
{
	font-weight: bold;
}
ol, ul
{
	margin : 0em 0em 0em 2em;
}
a:active, a:link 	
{ 
	color: #003366; 
	font-weight: bold; 
	text-decoration: none;
}
a:visited, a:hover 	
{ 
	color: #336699; 
	font-weight: bold; 
	text-decoration: none;
}