

/* Presentation Stylesheet */ 

 h3, p {
 margin:0;
 padding:15px;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }

 h3 {
 color:#ff9933;
 }

 p:first-letter {
 font-size: 180%; 
 font-weight: bold;
 color:white;
 }

img{
border: 2;
border-color:#ff9900;
text-align:center;}

a{color:#ff9900;
text-decoration: none;}
a:hover{color:#ffcc33;}

pre{color: #ffa8a8;font-family: courier;padding:15px;line-height:20px;}

 .cssnav
{
position: relative;
background: url(but2.png) no-repeat;
white-space: nowrap;
display: block;
width: 136px;
height: 30px;
margin: 9px;
padding: 0px;
}

.cssnav a
{
display: block;
color: white;
font-size: 100%;
width: 136px;
height: 30px;
display: block;
float: left;
}

.cssnav img
{
width: 136px;
height: 30px;
border: 0;
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 8px;
top: 5px;
margin: 0px;
color: white;
cursor: pointer;
}