body { 
    background-color:#FF8040;
    color:           #000060;
    margin-left:        10px;
    margin-right:       20px;
    }

a:visited { color:#008000; }
a:active { font-size:: large; font-weight: bolder; font-stretch: wider; }
a:hover { font-size:: large; font-weight: bolder; font-stretch: wider; }
p#publishedby { font-size: small; }
a#permalink { font-size: small; }
dt {font-weight: bolder;}

div#head {
    text-align:       left;
    vertical-align: middle;
    height:          100px;
    margin-left:     230px;

    }
div#menu {
    position:     absolute;
    top:             130px;
    width:           180px;
    padding-right:     5px;
    border-right:      1px dashed silver;
    cursor:        pointer;
    }

div#content {
    position: absolute;
    top:         130px;
    width:       350px;
    margin-left: 230px;
    }

div#tags {
    position: absolute;
    top:         130px;
    width:       150px;
    margin-left: 585px;
    }

div#publishedby {
    position:     relative;
    margin-left: 230px;
    }

div#footer {
    margin-top:         40%;
    margin-bottom:       5%;
    margin-left:      230px;
    padding:            5px;
    border-top: 1px dashed silver;
    }

