BODY,TD{
  font:9pt 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:9pt;
}

img{
  border-color: black;
}

blockquote{
  font-size: 8pt;
  border:1px solid gray;
  background-color: #dedede;
  padding:10px;
}

A:hover{
  color:#0099CC;
}
 
#linkBar{
  text-align:right;
  padding:6px 7px 0px;
}

#blogtext{
  position:relative;
  width:450px; 
  text-align:justify;
  margin-bottom:40px;
  border:1px dashed #009966;
  padding:10px;
    
}

#side{
  border:1px dashed #0099CC;
  padding:10px;
}

.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;
}

.posttitle{
  font-face:century gothic, sans-serif;
  color:black;
  font-size:9pt;
  font-weight:bold;
}  

#titleBar{
  background-image: url(background.gif);
  background-repeat: repeat-x;
  position:relative;
  height:100px;
  margin-bottom:20px;
}

