body, h1,h2,h3,h4,h5,h6,p,dt,dd,li,caption,td,th,label,button,label,input {
 font-family:verdana,helvetica,arial,sans-serif;
}
.pre, pre, tt, code, kbd, samp, textarea {
 font-family: "courier new", courier, monospace;
}
code {
 color:#006092;
}
body {
 background: #EEEEEE;
 margin: 10px 40px 10px 40px;
}
#frame {
 border: 2px solid #909090;
 padding: 10px 20px 10px 20px;
 background: url(img/digital-noise.png) right top no-repeat #FEFFFC;
}
h1 {
 margin: 0px;
 font-family: "courier new", courier, monospace;
 font-size: 60px;
}
pre {
 font-size: 75%;
 border:1px solid #c4c4c4;
 border-left: 2px solid #076da2;
 background-color:#f8f8f8;
 color:#000000;
 padding:10px;
}
hr {
 border: 0px;
 border-top:1px dashed #c4c4c4;
 height:0px;
}
a:visited {
 color:#555555;
}
a:link {
 color:#CC6600;
}
a:hover {
 color:#F53343;
}

.small {
   font-size:70%;
}

.photo {
    margin: 8px;
    width: 230px;
}

.breadcrumb {
    margin: 8px;
}

/** SHADOW **/

.shadow0 {
background: url(img/upperrightfade.png) right top no-repeat;
}
/* .outerpair1 must be given a width contraint, via either a width, 
or by floating or absolute positioning. In this demo these are 
applied from the second class name on the .outerpair1 DIV's.
This box also has one of the corner .png's. */


.shadow1 {
background: url(img/lowerleftfade.png) left bottom no-repeat;
padding-top: 8px;
padding-left: 8px;
}
/* .outerpair2 has padding equal to the shadow 
thickness, and also has one of the corner .png's */ 


.shadow2 {
background: url(img/shadow.png) bottom right no-repeat;
}
/* .shadowbox holds the main shadow .png */ 


.shadow3 {
position: relative;
left: -8px;
top: -8px;
padding: 10px;
border: 1px solid black;
background: white;
}
/* .innerbox is made "relative" and is "pulled" up and to 
the left, by a distance equal to the thickness of the shadow.
Because this is a relative-based shift, the box retains its
exact dimensions without change. */

img {
vertical-align: bottom;
}
/* Shadowed images should not be made "block" for eliminating the baseline 
space under the images, because this may trigger IE background bugs. 
Instead, use "vertical-align: bottom;" for this purpose. */

