body {
  margin: 0;
  padding-top: 50px;
  text-align: center;
  font-family: Arial, sans-serif;
  color:  #000;
  background-image: url(/images/smash-f.jpg);
  /*background-position: top center;*/
  background-repeat: no-repeat;
  background-attachment: fixed;
}


p {
   font: 12px/20px Arial, Geneva, sans-serif;
}

p.ans {
   font: 11px/13px Arial, Geneva, sans-serif;
}


p.bdropped {
   border:  1px solid #eee;
   background:  #ccc;  
}

div#content h3 {
  margin-bottom: 0.25em;
}

h1 {
  margin: 9px 9px 0.5em; 
  padding: 5px 0 5px; 
  text-align: right; 
  color: black; 
  letter-spacing: 0.2em;
  font: bold; 
  vertical-align: middle; 
  white-space: nowrap;
}

li {
  list-style-type: circle;
  margin: 5px 0px 0.1em;
  padding: 0px 0 2px;
  color: black;
}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: black;}

code, pre {color: #EDC; font: 110% monospace;}

div.content {
	position:  absolute;
	left:  50px;
	top: 80px;
	width:  700px;
        border: 1px solid #000;
        background-color: #fff;;
        padding: 18px;
        text-align: left;
	font-size:  12px;
        background-image: url(/images/smash-b.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
	z-index:  7;
}

div.links {
	position:  absolute;
	left:  60px;
	top:  60px;
        padding: 4px;
        text-align: left;
	font-size:  12px;
}

div#banner {
	position:  absolute;
	left:  450px;
	top:  -5px;
        padding: 4px;
        text-align: left;
	font-size:  12px;
}

.cssbtn {
	padding-left:  4px;
	padding-right:  4px;
	padding-top:  2px;
	padding-bottom:  10px;
	display: inline; 
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background: #fff;
	color: #000;
	border: 1px solid black;
	vertical-align: bottom;
	white-space: nowrap;
  	margin-left:  2px;
}

.cssbtn:hover { 
	background: #cdcdcd; 
	color: black;
	border: 1px solid blue;
}

p.upquote {
  font-size:  13px;
  font-weight:  700;
}
