A:link { color: blue; text-decoration: underline; }
A:hover {color: #00F6FF ; background-color: black ;}
A:visited { color : gray; text-decoration: none; }
A:active {color: orange; background: #CFDFEB; text-transform: capitalize; } 


body {
	background-color: #FFFFFF;
}
body {
	font-family: sans-serif;
}
.tblBg { 
	background-color : #C0C0C0 ;
	border-style : solid ;
	border-color : #0000bf ;
	border-width : thin ;
	table-width	: 100% ;
}
.tblBg1 {
	background-color : #0000bf ;
}
h1 {
        background-color: #9C9C9C ;
}

h2 {
	border-bottom: thick solid blue  ;
}

