a:link, a:visited{
    font-weight: bold;
    color: #90211A;
    text-decoration: none;
}
a:hover   { text-decoration: underline; }
a:active  { font-weight: bold; }

code {
	background-color: #f9f9f9;
}
#table {
	padding: 1em;
	border: 5px dashed #2f6fab;
	color: black;
	/*background-color: #f9f9f9;*/
	background-color:669966;
        line-height: 1.1em;
}


