body { font-family:Arial; font-size:14px; color:#000000; background-color:#ffffff; }

h1 { font-size:20px; }
h2 { font-size:18px; }
p  { font-size:14px; color:#000000; }
td  { font-size:14px; color:#000000; }
ul  { font-size:14px; color:#000000; }
a  { color:#DD0000; }
a:hover { color:#E56B00; }

#wow p{
margin:0;
margin-bottom: 5px;
font-size: 18px;
}
#show{
width: 845px;
position: fixed;
top: 40px;
right: 25%;
border: 10px solid #0164C0;
display:none;
-webkit-box-shadow: 0px 0px 5px 0px #525252;
box-shadow: 0px 0px 5px 0px #525252;
z-index: 5;
background:#FFF;
}
#show img{
width:100%;
}
#shdow{
background: black;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.6;
filter: alpha(opacity = 60);
z-index: 3;
display:none;
}
#close{
position: absolute;
font-size: 45px;
color: white;
opacity: 0.5;
filter: alpha(opacity = 50);
background: black;
cursor: pointer;
}

#toolbar{
background:url(bg.jpg);
display:none;
height: 35px;
width: 100%;
position: fixed;
top: 0;
right: 0;
z-index:1000;
}
#toolbar p{
color: black;
margin: 0;
margin-right: 15px;
padding-top: 5px;
font-size:18px;
}
#toolbar a{
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
border: 1px solid #004D8A;
color: blue;
text-decoration: none;
}
