a:link {
	background-color: transparent;
	color: yellow;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}

img{ 

border-top: 0px solid white; 
border-left: 0px solid white; 
border-bottom: 0px solid black; 
border-right: 0px solid  silver; 

}

img.pix{
	 {

		margin-right: 8px;
	 	border-top: Silver;
	 	border-left: Silver;
	 	border-bottom: DarkSlateGray;
	 	border-right: DarkSlateGray;
	 	border-width: 1px  1px  1px  1px;
		border-style: solid;
	 }

}

a:visited{
	color: yellow;
	text-decoration: none;
}
a:hover{
	color: Red;
	cursor: hand;
	text-decoration: none;
}
body,td, content{
	background: Black;
	border: 0 0 0 0;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: Red;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: Silver;
	scrollbar-shadow-color: Silver;
	scrollbar-track-color: DarkSlateGray;
	text-align: left;
	margin-right: 20px;
}
input{
	background: Black;
	border: 0 0 0 0;
	color: Red;
	font-family:  Monospace;
	font-size: large;
}
input:hover{
	color: Crimson;
	
}
table{
	margin: 2px 8px 8px 2px;
}
td{
	border-bottom: 0px solid Gray;
	border-left: 0px solid Silver;
	border-right: 0px solid Gray;
	border-top: 0px solid Silver;
}
td.copyright{
	background-color: transparent;
	color: SlateGray;
	padding-left: 8px;
	text-align: center;
}
td.counter{
	background: Black;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: White;
	text-align: center;
}
td.exit{
	background-color: transparent;
	color: Red;
	text-align: right;
}
td.title{
	background-color: transparent;
	color: Orange;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}

