/*
 * style for nibb conf. 2005
 * 
 */

.progbox {
	text-align: left;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: navy;
	background-color: white;
	padding: 0;
	margin: 20px;
}

.progbox h3 {
	clear: both;
	color: white;
	background-color: navy;
	/*background-color: #00aa22;*/
	padding: 0.5em 40px 0.5em 40px;
	margin: 0 0 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	text-align: left;
}

.progbox em {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.progbox th {
	font-weight: bold;
	padding: 0.5em 2em 0.5em 40px;
	width: 8em;
	text-align: center;
}

.progbox td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/*h2 {
	text-align: left;
}*/

a.prog:link {
	color: blue;
	text-decoration: underline;
}

a.prog:visited {
	color: navy;
	text-decoration: underline;
}

a.prog:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.fot:link {
	color: white;
	text-decoration: underline;
}

h2 {
    text-align:left;
}
