﻿a:link,a:visited,a:active { 
//	color: #3E444C;
	color: steelblue;
	text-decoration: none;
	font-weight:bold;
}

a:hover { 
	color: deeppink;
//	text-decoration: underline;
	text-decoration: none;
	font-weight:bold;
}


body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 1.2em;
	scrollbar-face-color: #0A2341;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #C0C7CF;
	scrollbar-3dlight-color: #0A2341;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #C0C7CF;
	scrollbar-darkshadow-color: white;
}

div h2{
	margin:0px;
	width:100%;
	padding:4px;
	font-size:10px;
	font-weight:normal;
	margin-left:auto;
	margin-right:auto;
	background-color:black;
	color:#3E444C;
}

table{
text-align:center;height:500px;vertical-align:middle;margin-left:auto;margin-right:auto;
}