/* code.css -  Style for software. 
   (c) 2006  Simeon Veldstra       */

H1, H2, H3, H4 {
	color: #FF6600; 
	font-family: sans-serif;
	background-color: rgb(255, 255, 255); 
	margin-left: 2%;
}

P {
	margin-right: 15%; 
	margin-left: 5%;
	width: 35em;
	font-family: sans-serif;
}

PRE {
	margin-right: 17%; 
	margin-left: 11%;
}

P.author {
	font: small 9pt serif; 
	margin-left: 4%;
}
A.author {
	text-decoration: none;
}
A.author:link {
	color: rgb(128, 128, 128);
	background-color: rgb(255, 255, 255); 
}
A.author:visited {
	color: rgb(128, 128, 128);
	background-color: rgb(255, 255, 255); 
}

div.entry {
	margin-left: 6%;
}

a.entry {
	float: left;
	text-decoration: none;
}
p.entry {
	margin-left: 20%;
}


