BODY,TD{
  font:8pt Arial, Helvetica, sans-serif;
  color:black;
  background-image:url("background.gif");
  background-repeat:repeat-x;
  margin:0px;
  overflow:auto;
}

#desc{
  text-align: justify;
  margin-left:8px;
  margin-right:8px;
  margin-bottom:10px;
   
}

A{
  text-decoration:none;
  font-weight:bold;
  color:#009966;
  font-size:8pt;
}

img{
  border-color: black;
}

A:hover{
  color:#0099CC;
}
 
#linkBar{
  text-align:right;
  padding:6px 7px 0px;
}

#blogtext{
  position:relative;
  width:450px; 
  text-align:justify;
  margin-bottom:40px;
    
}

.title{
  font-face:century gothic, sans-serif;
  color:#0099CC;
  font-size:10pt;
  font-weight:bold;
} 

.subtitle{
  font-face:century gothic, sans-serif;
  color:#0099CC;
  font-size:15px;
  font-weight:bold;
} 

#titleBar{
  background-image: url(background.gif);
  background-repeat: repeat-x;
  position:relative;
  height:100px;
  margin-bottom:20px;
}

