e;
}
.technology {
	color: red;
	margin-left: 20px;
	margin-right: 20px;
}y Frank J. Fedel 2000 as a simple css sheet
*/
body, tr, ul, .title, .description, .technology {
	display: block;
}
.title, .description {
	margin-left: 10px;
	margin-right: 10px;
}
body {
	font-family: arial;
	font-size: 10pt;
}
td	{
	font-family: arial;
	font-size: 10pt;
}
tr {
	margin-top: 20px;
	margin-bottom: 20px;
}
ul {
	margin-top: 20px;
}
a	{
	text-decoration: none;
	color: black;
}
.title {
	background: yellow;
	font-weight: 600;
}
.description {
	margin-top: 10px;
	font-style: italics, bold;
	color: blue;
}
.technology {
	color: red;
	margin-left: 20px;
	margin-right: 20px;
}
