/* following a styles seems out of alphabetic order. However, they must be in a certain order to work. */
a:link{background-color:white;color:black;}
a:hover{background-color:black;color:white;}
A{text-decoration:none}

/* following resets anchor to original colors */
a:link.override{color:blue; text-decoration: underline;}
a:visited.override{color:red; }
a:hover.override{color: blue; text-decoration: underline; background-color:white;}
a:active.override{color:blue; }

BODY{
scrollbar-face-color:#E0E0E0;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#949494;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-Color:'';
text-align: center;
background-color: white;
}

table td
{
  vertical-align:middle;
  text-align:center;
  width:5%;
}

table th
{
	color:blue;
	font-size:large;
}

p align
{
  text-align:center;
}

table.QSLsTable
{
  border:1px solid black;
  width:80%;
	text-align:center;
	margin-top:25px;
}

table td.QSLColumn
{
  border:1px solid black;
}

