/* sssi.css */
body {
	background-color : White;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
	color : Black;
	margin-left : 10px;
	margin-right : 10px;
}

h1, h2, h3, h4 {
	background-color : khaki;
	color : forestgreen;
	padding-left : 14px;
	padding-right : 14px;
}

p {
	margin-left : 10px;
	margin-right : 10 px;
	
}

a:link, a:visited {
	text-decoration : none;
	background-color : yellow;
	color : Teal;
}

a:hover {
	text-decoration : none;
	background-color : forestgreen;
	color : yellow;
}

a:active {
	text-decoration : none;
	background-color : yellow;
	color : forestgreen;
}

.table_of_contents {
	margin-left : 50px;
	font-family : inherit;
	font-size : 20px;
	padding : 5px;
	text-align : left;
}

table, tr, td {
	border-color: Black;
	border: 0px solid;
	empty-cells : hide;

}