﻿body
{
}

samp
{
	font-size: 14px;
}

h1
{
	text-align: center;
	color: #157a8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	font-style: normal;
	margin: 14 0 0 0;
	padding: 0 0 10 0;
}	

h1b
{
	text-align: left;
	color: #1f006D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
}	

h2
{
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
}

h3
{
	text-align: left;
	color: #a12069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}	

h4
{
	text-align: left;
	color: #15005D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}	

h5
{
	text-align: center;
	color: #15005D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: xx-small;
}	

h6
{
	text-align: left;
	color: #89012e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 5 0 0 0;
}	

footer p 
{
	margin-bottom: -6px;
	font-size: 14px;
	font-weight:lighter;
}

.btn-default
{ 
	background-color: #157a8d !important;
	color: #eeeeee	!important;
}
 
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default 
{
	background-color: #a12069 !important;
	color: #ffffff !important;
}

<script>
function myFunction() {
	var x = document.lastModified;
	document.getElementById("demo").innerHTML = x;
}
</script>