

h1 {
	
	
	
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
}

p {
	font-size: 14pt;
	font-family: arial, helvetica, sans-serif;
}
.ul {
	font-family: roman, 'times new roman', times, serif;
	font-weight: bold;
	font-size: 3;
	float: center;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ul2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	float: center;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.a {
	float: left;
	color: darkslategray;
	text-decoration: none;
	width: 6em;
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
}
a:hover {
	text-decoration: none;
	color: white;
}
.li {
	display: inline;
}
.li2 {
	font-size: 16;
	font-weight: bolder;
}


.leftbar {
	
	display: inline;
	padding: 0.2em 0.6em;
	border-left: 1px solid white;
}

.margins {
  margin: 0% 5% 5% 0%
}

.table {
 	spacing: 0;
	padding: 0;
	width: 100%;
	border: 1;
}

.table2 {
 	spacing: 0;
	padding: 0;
	width: 85%;
	border: 1;
	align: center;
	
}


.td {
	background-color: silver;
	width: 100%;
	height: 25;
}
