body {
    margin: 40px 50px 50px 100px;
    color: rgb(0, 0, 0);
    background-color: rgb(30, 30, 50);
    width: 700px;
    line-height: 20px;
}

a 	{ text-decoration: none; border-bottom: 1px dotted rgb(90, 10, 90); color: rgb(20, 20, 20);}
a:hover { color: rgb(0, 0, 0); border-bottom: 1px dashed rgb(90, 10, 90); text-shadow: purple 0px 0px 1px;}
a:active { color: rgb(60, 60, 60);}

li {list-style-type: disc;}


cite {
color: rgb( 110, 0, 40);
font-size: 100%;
font-family: baskerville;
}

em  {
font-style: normal;
font-weight: bold;
font-size: 95%;
}

.head   {
    color: rgb(170, 170, 170);
    font-size: 70px;
    font-style: italic;
    font-family: baskerville;
    text-shadow: black 5px 3px 3px;
}


.date   {
    font-size: 120%;
    font-variant: small-caps;
    color: rgb(50, 60, 80);
}

blockquote {
    text-shadow: black 1px 1px 2px;
    font-size: 8pt;
    color: rgb(0, 0, 0);
    font-family: verdana;
    line-height: 15px;
}

#title  {
    position: absolute;
    left: 50px;
    top: 20px;
    background-color: rgb(90, 90, 90);
    height: 100px;
    width: 700px;
}

#main   {
    float: left;
    width: 450px;
    height: 300px;
    background-color: rgb(180, 180, 180);
}

#side   {
    float: right;
    width: 225px;
    height: 300px;
    background-color: rgb(180, 180, 180);
}

#block {
    border: 1px double rgb(20, 90, 90);
    left: 100px;
    right: 50px;
    width: 580px;
    color: rgb(20, 20, 20);
    padding: 20px 15px 10px 16px;
    background-color: rgb(250, 245, 240);
    font-family: baskerville;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
}

#jpgl    {
    float: left;
    margin: 5px 5px 5px 0px;
    border: 1px dotted rgb(20, 90, 90);
}

#jpgr   {
    float: right;
    margin: 5px 0px 5px 5px;
    border: 1px dotted rgb(20, 90, 90);
}


