A:link { color: rgb(255,255,128); text-decoration: none; }
A:visited { color: rgb(255,224,0); text-decoration: none; }
A:active, A:hover { color: rgb(255,224,0); text-decoration: underline; }
a img { border: 0; }

BODY {
background: rgb(128,64,64);
color: white;
font-family: serif;
}
#menu {
text-align: center;
font-size: 150%;
font-variant: small-caps;
}

tt {
color: rgb(128,64,64);
background: white;
}

H1 { font-size: 150%; color: aqua; }
H2 { font-size: 133%; color: aqua; }

UL { padding-left: 1em; }

.computers {
text-align: center;
vertical-align: middle;
}

.bgtxt {
position:relative;
z-index:1;
font-size: 2em;
font-weight: 900;
color: rgb(176,112,112);
text-align: left;
margin-left: 1em;
}

.fgtxt {
position:relative;
z-index:2;
top:-1.1em;
}