
body
{
background-image:
url('images/pattern.jpg');
background-repeat: repeat ;
}
.background
{
background-image:
url('images/background.gif');
background-repeat: repeat-y ;
}

.weblog-links A:link {font: Georgia 14pt; font-weight: bold; color: black; text-decoration: none;}
.weblog-links A:visited {font: Georgia 14pt; font-weight: bold; color: black; text-decoration: none}
.weblog-links A:active {font: Georgia 14pt; font-weight: bold; color: black; text-decoration: none}
.weblog-links A:hover {font: Georgia 14pt; font-weight: bold; color: #9ec500; text-decoration: none;}

.weblog-react A:link {font: Georgia 12pt; font-weight: bold; color: black; text-decoration: none;}
.weblog-react A:visited {font: Georgia 12pt; font-weight: bold; color: black; text-decoration: none}
.weblog-react A:active {font: Georgia 12pt; font-weight: bold; color: black; text-decoration: none}
.weblog-react A:hover {font: Georgia 12pt; font-weight: bold; color: #9ec500; text-decoration: none;}
.weblog-react
{
    padding-right: 15px;
}

a img {border-color: black; }

#heading-div
{
    width: 750px;
    border-bottom: 1px dashed black;
    position:relative;
    left: 25px;
    padding-right: 15px;
}
#home
{
    width: 150px;
    position:relative;
    left: 30px;
    top: 19px;
    z-index:2;
}
    
#content-div
{
    width: 750px;
    position:relative;
    left: 25px;
}
.title
{
    font: Georgia;
    font-size: 14pt;
    font-weight: bold;
    color: black;
}
.logger
{
    font: Georgia;
    font-size: 10pt;
    color: black;
}
.log
{
    font: Georgia;
    font-size: 10pt;
    color: black;
}




