﻿body {
	color: #C0C0C0;
	background-color: #000000;
	background-image: url('http://www.ambientglass.com/bg.jpg');
	font-size: medium;
	background-attachment: fixed;
}
a:active {
	color: #FFFFFF;
}
a:visited {
	color: #0066FF;
}
a:link {
	color: #0066FF;
}
a:hover {
	color: #FF0000;
}
#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 9px;
  margin-left: 10px;
  margin-top: 5px;
  width: 350px;
  border: 2px solid red;
  background-color: #000000;
  color: silver;
  font-size: 0.95em;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.xxsmall {
    font-size: xx-small;
}
.xsmall {
    font-size: x-small;
}
.small {
    font-size: small;
}
.medium {
   	font-size: medium;
}
.large {
	font-size: large;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #C0C0C0;
	text-align: center;
}
.red {
	color: #FF0000;
}
.black {
	color: #000000;
}
.silver {
	color: #C0C0C0;
}
.color {
	color: #FF9900;
}
.solid1 {
	border-style: solid;
	border-width: 1px;
}
.s1c {
   	border-style: solid;
   	border-width: 1px;
   	text-align: center;
}
.width0 {
	border-width: 0px;
}
.width1 {
	border-width: 1px;
}


	
	
	
	
	
