body { 
	margin-left: 1em; 
	margin-right: 1em;
	background-color: #000000;
	background-image: "star.gif"; 
        font-family: Sans-Serif;
	}
h1,h2,h3,h4,h5,p,ul,td { font-family: helvetica, arial, sans-serif; color: yellow}
h1.header { font-size: 32pt; font-family: helvetica, arial, sans-serif; }
h1.header2 { font-size: 28pt; font-family: helvetica, arial, sans-serif; font-weight: normal}
h3.warning { color: red } 

A:link { color: #88AAFF; }
A:visited { color: #88AAFF; }
A:active { color: fuchsia; }
A:hover { color: #BBDDFF; background: #000044;}

A.gate1  { color: yellow; background: black; font-family: helvetica, arial, sans-serif; font-size: 22pt; }
A.gate1:visited { color: yellow; }
A.gate1:hover { color: yellow; background: black;}

A.gate2  { color: #FF6644; background: black; font-family: helvetica, arial, sans-serif; font-size: 22pt; }
A.gate2:visited { color: #FF6644; }
A.gate2:hover { color: #FF6644; background: black;}

A.gate3  { color: #FF4444; background: black; font-family: helvetica, arial, sans-serif; font-size: 22pt; }
A.gate3:visited {color: #FF4444; }
A.gate3:active { color: #FF8888; background: #A0F0F0; }
A.gate3:hover { color: #FF6666; background: #4400000; }

pre { font-family: monospace; color: black; background: silver;
	margin-left: 2em; margin-right: 2em; margin-top: 1em ; margin-bottom: 2em;
	padding-left: 1em; padding-right: 1em; padding-top: 1em; padding-bottom:1em; }
p { text-indent: 2em; margin-top: 2em; margin-bottom: 1em;
	 color: yellow}
p.sidebar { text-indent: 0em }
p.noindent { text-indent: 0em }
p.gate1  { color: yellow; font-family: helvetica, arial, sans-serif; font-size: 22pt; text-indent: 0em;}
p.text1  { color: yellow; font-family: helvetica, arial, sans-serif; font-size: 18pt; text-indent: 0em;}

img.w {
max-width: 60%;
height:auto;
width:auto;
overflow:hidden;
margin-left:20%;
margin-right:20%;
}

@media screen and (max-width : 1023px){
img.w {
max-width: 100%;
max-width: 380px;
height:auto;
width:auto;
overflow:hidden;
}
}

li,dt,dd,td { color: yellow; margin-top: 0.5em } 
table { color: white; margin-left: 0em ; margin-right: 0em; margin-bottom: 0em ; margin-top: 0em}
dt { font-weight: bold; }
dd { margin-bottom: 1em; }
tt { font-family: monospace; color: yellow; 
	padding-left: 0.5em; padding-right: 0.5em; 
	padding-top: 0.3em; padding-bottom: 0.3em;
	margin-top: 0.3em; margin-bottom: 0.3em;}

