body{ 
 font-family:verdana, arial;
 color:black;
 background:white;
 margin:5px;
}

img{
 border:0;
}

#logo{
 position:absolute;
 top:160px;
 left:20px;
}

#content{
 position: absolute; 
 top: 100px;
 margin-left:190px;
 margin-right:10px;
 padding:20px 20px 20px 10px;
 border:0;
}

#newurl{

 font-size: 1.15em;
  font-weight: bold;
 line-height: 1.4em;
 letter-spacing: 2px 
}

#start{
 font-weight: bold;
 display:block;
 margin-bottom: 20px;
}

#hereugo{
 border-top: dotted 1px gray;
 font-size: 10px;
}

* html #content{ /* workaround for IE: min-height is not recognized */
 height:500px;
 margin-bottom:10px;
}


#content h1{
 margin-bottom:0.6em;
 border-bottom: solid 1px  #DDDDDD;
 color:#4169E1; //royalblue
}


a[href]{
 text-decoration:none;
 color:#0000CD;
}

a[href]:hover{
 text-decoration:underline;
}

* html a{ /* workaround for IE */
 text-decoration:none;
 color:#0033FF;
}

* html a:hover {
 text-decoration:underline;
}