body{
  font-size: 16px;
  color: black;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  /*background-color: #090909;*/
  background-color:white;
}

html,body{
  width: 100%;
  height: 100%;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}

del{
  color: black;
}
#clock{
  position:absolute;
  left:0;
  text-align: right;
  width: 100%;
  top:0;
  margin:0;
  padding:0;
  font-size: 250%;
}

h1{
  font-size: 180%;
  border: solid;
  border-color: gray;
  border-width: 0 0 1px 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

h2{
  border: solid;
  border-color: gray;
  border-width: 0 0 1px 0;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

section{
  margin-left: 50px;
}

section p{
  margin-left: 20px;
}

body{
  background: white;
  color: black;
  margin: 0px;
  padding: 0px;
}

section{
  margin-left: 24px;
}

#toolbar{
  padding-top: 5px;
  background-color: black;
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px 0px;
  height: 28px;
}
#toolbar > a{
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 10px;
}
#toolbar > a:link{color:#ff2222;}
#toolbar > a:visited{color:#ff2222;}
#toolbar > a:hover{color:skyblue}
#toolbar > a:active{color:skyblue}

#main_icon{
  position: absolute;
}
section{
  margin-left: 50px;
  margin-right: 80px;
}
section > h1{
  margin-top: 50px;
}
footer{
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: black;
  color: white;
  font-size: 120%;
  padding: 10px;
}

