BODY {
	font : Verdana, Tahoma, Helvetica, 8pt;
	background-color: #F0F0F0;
	font-size: 14px;
}
table, table td {
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}
h1 {
	font-size: 16pt;
	color: #222299;
}
h2 {
	font-size: 14pt;
	color: #222299;
}
table tr th {
	color: #222299;
}
TABLE.project_list  {
/*	border : thin dotted Gray;*/
	padding : 1 1 1 1;
	margin : 0 0 0 0;
	width: 100%;
}
ul.menu {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	list-style-type: none;
	text-indent: 0px;
	text-align: left;
	width: 200px;
}
ul.menu li {
    display: block;
	border: 1px solid black;
	margin : 1 1 1 1;
	padding : 2 5 2 5;
}
p.question {
    display: block;
    border: 1px dashed silver;
	margin : 1 1 1 1;
	padding : 2 2 2 2;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
}
p.answer {
    display: block;
    border: 0px solid silver;
	margin : 1 1 1 1;
	padding : 2 2 2 2;
}
a, a:visited, a:hover {
	color: #222299;
}

