table#pw {
	background-color: White;
}

caption#pw {
	text-align: center;
	font: bold;
}

th#pw {
	text-align: left;
}

tr#pwa {
	background-color:  #DFEFFF;
}

td#pw {
border-style: dotted;
}

.pwBody {
	background-color: White;
	font-family: Verdana;
	font-size: small;
	text-align: center;
}

a{text-decoration: blink;}
a:link {color:"blue"; text-decoration:}
a:visited {color: "#003399";	text-decoration: none;}
a:hover {text-decoration: underline; color:"red";}

h1 { font-size: small;
	font-weight: bold;
	font-family: Verdana;
}

<!-- white buttons -->
#butlist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: 12px Verdana;
border-bottom: none;
}

#butlist li{
list-style: none;
display: inline;
margin: 0;
}

#butlist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: 1px solid gray;
background: white;
}

#butlist li a:link, #butlist li a:visited{
color: navy;
}

#butlist li a:hover{
color: black;
background: lightyellow;
border-color: navy;
}
	
#butlist li a.current{
background: lightyellow;
}

<!-- tabs -->
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: black;
background: lightyellow;
border-color: navy;
}
	
#tablist li a.current{
background: lightyellow;
}
