﻿body {
	background-color: #ffffff;
	color: black;
	margin: 20px;
}
div {
	width:600px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: navy;
}
table {
	border-top: medium solid black;
	border-bottom: thin solid black;
	width: 600px;
	margin-top: 0;
	margin-bottom: 10px;
	}
table p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.left1 {
	text-align: right;
	width: 80px;
	border-bottom: 1px solid black;
	padding: 5px;
}
.right1 {
	text-align: left;
	width: 510px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}
.push2 {
	text-align: center;
	font-family:"Courier New", Courier, monospace;
	font-size: small;
	font-weight: bold;
	color:blue;
}
a {
	text-decoration: none;
}
a:visited  {
    color: #1e90ff;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}
.ul {
	text-decoration: underline;
}
.heading  {
	text-align: center;
	border-bottom: 1px solid black;
}
.heading p  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tcred  {
    color: Red;
}

