@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

BODY {
	color : #303030;
	background-color : white;
	font-family : 'Roboto',Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	alignment-adjust: before-edge;
	border-color: #CCC;
}

A {
	color : #303066;
	text-decoration: none;
   }
 A.thead{
	 color:#FFFFFF;
}

h1 { font-family : 'Noto Sans', snas-serif;  font-size : 140%;  font-weight: 800;   }


h2 { font-family : inherit;  font-size : 120%;  }

h3 { font-family : inherit;  font-size : 110%;  }
h3.tight{
	margin-bottom : 0px;
   margin-top : 0px
}

h1.tight{	margin-bottom : 0px;
			margin-top : 10px;
}

h5 { font-family : inherit;  font-size : 9px; 
	margin-bottom : 0px;
}
pre { font-family : "Courier New", Courier, monospace; }

A:HOVER {
	color : #000000;
	background-color : #cccccc;
}
ul {
	margin-bottom : 0px;
	margin-top : 0px;
	list-style-type: square;
}

li {
	margin-bottom: 6px;
}


td {
	color : #3333333;
	background-color : white;
	font-family : inherit;
	font-size : 15px;
	
}
th {
	color : #ffffff;
	background-color : #373737;
	font-family : 'Noto Sans', sans-serif;
	font-size : 16px;
	background-image: url(images/grad_bg.jpg);
	font-weight: lighter;
}
.pubname {
   color : #000000;
   font-style: italic;
   }
