p,h1,h2,h3,h4,h5,h6,h7,a,li,ul,blockquote,body: { font-family: futura,verdana, lucida grande, helvetica; }
h8: {font-family:futura, , lucida grande;}
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000; }
a:active { text-decoration: none; color:#000000 }
a:hover { text-decoration: none; color: #ff0000; }

a.links:link { text-decoration: none; color:#003366; }
a.links:visited { text-decoration: none; color:#003366; }
a.links:active { text-decoration: none; color:#003366; }
a.links:hover { text-decoration: none; color: #ff0000; }

a.data:link { text-decoration: none; color:#ff6633; }
a.data:visited { text-decoration: none; color:#ff6633; }
a.data:active { text-decoration: none; color:#ff0000; }
a.data:hover { text-decoration: none; color: #ff0000; }

a.city:link { text-decoration: none; font-size: 120%; color:#3333ff; }
a.city:visited { text-decoration: none;  font-size: 120%;color:#3333ff; }
a.city:active { text-decoration: none;  font-size: 120%;color:#3333ff; }
a.city:hover { text-decoration: none; font-size: 120%; color: #3333cc; }

a.sidelink:link { text-decoration: none; color:#000000; }
a.sidelink:visited { text-decoration: none; color:#000000; }
a.sidelink:active { text-decoration: none; color:#000000; }
a.sidelink:hover { text-decoration: none; color: #ff9933; }

h1 {font-size: 110%; color:#0066ff;}
h2 {font-size: 120%; letter-spacing:3px; color:#ff0000;}
h3 {font-size: 80%; color:#000000;}
h4 {font-size: 160%; letter-spacing:3px; color:#ff0000;}
h5 {font-size: 102%; letter-spacing:1px;color:#ff0000;}
h6 {font-size: 100%; color:#0066ff;}
h7 {font-size: 120%; letter-spacing:2px; color:#ff6633;}
h8 {font-size: 120%; font-style: normal; letter-spacing:3px; color:#ff0000;}
h9 {font-size: 140%; font-style: bold; letter-spacing:2px; color:#ff0000;}
p { color:#000000;}
body {font-size: 90%; color:#000000;}
blockquote { color:#000000;}

html {
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
    width: 0; /* Remove scrollbar space */
    height: 0; 
    background: transparent;  /* Optional: just make scrollbar invisible */
}

#sidebar
{
     height:480px;
     overflow:auto;
}

