html {
    height: 100%;
}
BODY{margin:0px; font-size:100%; font:normal 12pt candara,verdana;background:url('http://www.vintageguitarandbass.com/graphics/Pattern_white_plaster.png')}
H1 {font-weight:bold; font-size:20pt/110%; font-family:Berlin Sans,verdana;margin-top:0px;}
H2 {font-weight:normal; font-size:18pt/110%; font-family:Berlin Sans,verdana;margin-top:0px;}
H3 {font-weight:normal; font-size:15pt/110%; font-family:Berlin Sans,verdana;}
H4 {font-weight:normal; font-size:13pt/110%; font-family:Berlin Sans,verdana;}
H5 {font-weight:bold; font-size:12pt/110%; font-family:Berlin Sans,verdana;}
P{font-family:candara,verdana;}
B{font-weight:bold; font-family:candara,verdana;}
ul{font-family:candara,verdana; list-style-position: outside;}
ol{font-family:candara,verdana;}
TD{font-weight:normal;font-family:candara,verdana;}
LI{font-family:candara,verdana; list-style-position: outside;word-wrap:break-word;}
A:link {font-family:candara,verdana; text-decoration:none; color:#1f9393;}
A:active {font-family:candara,verdana; text-decoration:none; color:#1f9393;}
A:visited {font-family:candara,verdana; text-decoration:none; color:#c33;}
.white {font-family:candara,verdana; color:#fff;}
A.white:hover {font-family:candara,verdana; text-decoration:none; color:#fff;}
A.white:link {font-family:candara,verdana; text-decoration:none; color:#fff;}
A.white:active {font-family:candara,verdana; text-decoration:none; color:#fff;}
A.white:visited {font-family:candara,verdana; text-decoration:none; color:#fff;}
.isistable {background-color:#eee;padding:5px 10px 5px 10px;width:97%;margin:auto;}
.isistablewhite {background-color:#fff;padding:5px 10px 5px 10px;width:97%;margin:auto;}
.floatLeft {display:inline;float:left;margin:0px 15px 5px 5px;}
.floatRight {display:inline;float:right;margin:0px 5px 5px 15px;}
.threecolumn {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; vertical-align: top;}



#magnifying-glass
{
 font-size: 5em; /* This controls the size. */
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 border: 0.1em solid white;
 position: relative;
 border-radius: 0.35em;
 z-index: 2;
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}
#magnifying-glass:before
{
 content: "";
 display: inline-block;
 position: absolute;
 right: -0.25em;
 bottom: -0.1em;
 border-width: 0;
 background: white;
 width: 0.35em;
 height: 0.08em;
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
 z-index: 2;
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}

#envelope {
  background: white;
  display: inline-block;
  height: 40px;
    position: relative;
    width: 70px;
  z-index: 2;
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}
#envelope:before {
  border-bottom: 15px solid white;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -15px;
  width: 0;
  z-index: 2;
}

#line {
  background: white;
  display: inline-block;
  height: 8px;
    position: absolute;
    width: 70px;
  z-index: 2;
  -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}
#line:after {
  background: white;
  content: "";
  display: inline-block;
  height: 8px;
    position: absolute;
    top: 20px;
    width: 70px;
  z-index: 4;
  -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}
#line:before {
  background: white;
  content: "";
  display: inline-block;
  height: 8px;
    position: absolute;
    top: -20px;
    width: 70px;
  z-index: 3;
  -moz-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 -webkit-box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
 box-shadow: 6px 6px 3px -3px rgba(0,0,0,0.5);
}


#grad {
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, white , #1f9393); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, white, #1f9393); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, white, #1f9393); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, white , #1f9393); /* Standard syntax */
}

.commentTextArea {
  width: 500px;
}
.onpageanchor {
    display: block;
    position: relative;
    top: -155px;
    visibility: hidden;
}
.width120 {
    width:120px;
}
.pad4left {
    display: block;
    overflow: hidden;
    padding: 0.25em;
    margin: 0.5em 0.5em 0.5em 0em;
    float: left;
}