body, ul, li
{
	font-size: 10pt;
	color: #444444;
	font-family: Tahoma;
	background-color: lemonchiffon;
}
td
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a:link, a:visited, a:active
{
	 text-decoration:none;
}
a:link
{
	 color: maroon;
}
a:visited
{
  color: rgb(0,80,0);
}
a:active
{
  color: rgb(0,80,0);
  font-style: italic
}
pre
{
	font-family: Tahoma;
	font-size:8pt;
}
h1,H2,h3,h4,h5
{
	font-family: Tahoma;
	background-color: maroon;
	color: lemonchiffon;
}
.wp-block-post-title { 
	text-align:center !important; 
}
.m {
	background-color: #e6ecff;
}
.f {
	background-color: #ffe6e6;
}
.code-div {
	overflow:scroll; 
	height:200px;
}