.html {
	font: 80% Arial, sans-serif;
}
a:link, a:visited, a:active {
	color: 0F9FCE;
	text-decoration: none;
}
a:hover {
	color: 990033;
	text-decoration: underline;
}
h1
{ 
font: 100% Arial, sans-serif;
font-weight: bold;
 }
 
 *{
    margin:0;
    padding:0;
}
#toppanel{
    position:absolute;
    left:0;
    top:0;
    width:100%
}
#slidepanel{
    background:#E8D7B7;
    border-bottom:3px solid #9C8B7B;
    text-align:right;
    width:100%
}
#toggle{
    font-size:0.75em;
    display:block;
    width:150px;
    height:25px;
    float:right;
    color:#fff;
    text-decoration:none;
    margin-right:30px;
    font-weight:bold;
    background:url(img/toggle.gif) no-repeat left top;
    padding-top:5px;
    text-align:center
}