<style type="text/css">

a:hover {
  color: #00cc00;
}

a {
  color: #009900;
  text-decoration: none;
}
 
body {
  background-color: #c0c0c0;
  font-family: arial, sans-serif;
  font-size: 12px;
  height: 100%;
  margin: 0;
  padding: 5px;
}
 
.bigtext {
  font-size: 18px;
  font-weight: bold;
}

.clock {
  color: #99ff00;
/*
  left: 425px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: relative;
  top: -40px;
*/
}

.code {
  background-color: #FAFAFA;
  border: 1px solid #D1D7DC;
  color: #0033FF;
  font-family: Courier, 'Courier New', sans-serif;
  font-size: 11px;
}

#footer {
  font-size: 10px;
  text-align: center;
  width: 100%;
}

.forumelem {
  background-color: #000;
  border: 2px solid #000;
  color: #99ff00;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: left;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.forumelem a:hover {
  color: #00cc00;
}

.forumelem a {
  color: #009900;
  text-decoration: none;
}

.forumelem_inner {
  background-color: #efefef;
  color: #000;
  margin-top: 2px;
  text-align: left;
  width: 100%;
  
}

html {
  margin: 0;
  padding: 0;
}
 
#header {
  background-color: #000000;
  min-width: 900px;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
hr {
  border-top: 1px solid #808080;
  height: 0px;
  margin: 0;
  padding: 0;
}
 
.login {
  margin: 3px;
}
 
.main {
  min-width: 650px;
  vertical-align: top;
}
 
.main_elem {
  background-color: #efefef;
  border: 1px solid #808080;
  padding: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.main_elem a:hover {
  color: #00cc00;
}

.main_elem a {
  color: #009900;
  text-decoration: none;
}
 
.nav {
  border-bottom: 3px solid #333;
  border-top: 2px solid #333;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.nav a {
  color: #fff;
}

.nav:hover {
  color: #000;
}

.nav:hover a {
  color: #000;
}

 
.nav:hover {
  background-color: #b2ff9a;
  border-bottom: 3px solid #b2ff9a;
  border-top: 2px solid #b2ff9a;
  color: #000;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
 
.navbar {
  background-color: #333;
  left: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
  position: relative;
  top: -23px;
  width: 400px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

#notifier {
  background-color: #b2ff9a;
  border-bottom: 1px solid #009900;
  border-right: 1px solid #009900;
  height: 25px;
  left: 0;
  padding-left: 5px;
  position: fixed;
  top: 0;
  width: 45%;
  z-index: 2;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 97%;
}

.quote {
  background-color: #FAFAFA;
  border: 1px solid #D1D7DC;
  color: #444;
  font-size: 11px;
  line-height: 125%;
}

 
.sbelem {
  background-color: #000;
  border: 2px solid #000;
  color: #99ff00;
  font-size: 12px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sbelem a:hover {
  color: #00cc00;
}

.sbelum a {
  color: #009900;
  text-decoration: none;
}
 
.sbelem_inner {
  background-color: #efefef;
  color: #000;
  margin-top: 2px;
  text-align: left;
  width: 100%;
  
}
 
.search {
  border: 2px solid #fff;
  color: #808080;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
.searchbox {
  float: right;
  left: -15px;
  position: relative;
  text-align: right;
  top: 25px;
}
 
.searchimage {
  left: -8px;
  position: relative;
  top: -20px;
}
 
.sidebar {
  vertical-align: top;
  width:250px;
}
 
.smalltext {
  font-size: 10px;
}
 
</style> 