body {  padding-left: 10em;
  font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;  background-color: #4e50e4 	}
h1 {    font-family: Georgia, 'Times New Roman', Times, serif;
   margin-top: 1em; margin-bottom:0em;   }      
#inline {   position: relative;	left: -10%; display: inline;	}
#absolute_right {   position: absolute;/*       float: left; */
        top: 1px;        left: 60%;        width: 2em;        
        height: 2em;        border-left: solid 0px black;
        border-right: solid 0px black;
        margin: 0 10px;        padding: 0 10px; 
        z-index: -1;}       

/* a:link {color:#FF0000;}       unvisited link */
a:link {color:Gold;}     /* unvisited link */
a:visited {color:#00FF00;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */