body {
    font-size: 13.5px;
    font-family: Helvetica, Arial;
    color:      #000004;
    background: #fffffe;
/*    margin: 0px auto 0px auto;*/
/*    width: 600px;*/
}

@media screen {
  h1 {
    text-shadow: 1px 1px 1px #eee, 3px 3px 3px #fff;
  }  
}

a:link {
    opacity:0.5;
    color:black;
    text-decoration:none;
}
a:visited {
    opacity:0.5;
    color:black;
    text-decoration:none;
}
a:hover {
    opacity:0.5;
    color:purple;
    text-decoration:none;
}

.aboutTag {  
    font-size:90%;
    padding-right:10px;
    color:#2230aa;
    opacity:0.5;
    text-decoration:none;
}               

.infoCol {
    padding-bottom:8px;
    vertical-align:middle;
}
.infoCol2 {
    padding-bottom:8px;
    vertical-align:middle;
}

/*

div#header {
    border-bottom: 2px solid black;
    margin-bottom: 30px;
    padding: 12px 0px 12px 0px;
}

div#logo a {
    color: black;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

div#header #navigation {
    text-align: right;
}

div#header #navigation a {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

div#footer {
    border-top: solid 2px black;
    color: #555;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
    text-align: right;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

div.info {
    color: #555;
    font-size: 14px;
    font-style: italic;
}
           */