p.figure {
	text-align: center;
	padding: 2%;
}

img {
  border: 0px;
}
  
img.framed {
	border: 8px groove #606040;
	margin: 40px 0px 40px 0px;
}
  
img.wrap {
	float: left;	
	border: 3px solid;
	margin: 8px 12px;
}

img.barewrap {
	float: left;	
	border: 0px;
	margin: 0px 12px;
}

p.center {
	text-align: center;
}

p.hex {
	font-size: 8pt;
	font-family: "Lucida Console";
}

p.clearleft {
	clear: left ;
}

p.clearright {
  	clear: right ;
}
   
h1 {
	text-align: center;
	font-family: "Trebuchet MS";
}

h2 {
	font-family: "Trebuchet MS"
}

h2.center {
  text-align: center;
}

h3 {
	font-family: "Trebuchet MS"
}

h3.center {
  text-align: center;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

a:link { color: skyblue }
a:visited { color: skyblue }
a:hover { color: lightblue }

input {
	color: #c0c0c0;
	background-color: #0e1a0e;
}

textarea {
	color: #c0c0c0;
	background-color: #0e1a0e;
}

body { 
	color: #d0d0d0;
	background-color: #0c160c;
    	background-image: url("background.jpg") ;
	font-family: "Trebuchet MS";
	outline: #808080 solid thin;
	border: solid #cccccc;
	padding: 5%;
	margin: 5%;
}
