/* the whole website */

BODY {
  margin             : 0px 0px 0px 0px;
  background-color   : #FFFFFF;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  font-weight        : normal; 
  font-size          : 11px; 
  color              : #000000;
  text-decoration    : none;
}

a:link { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:visited { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:active { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:hover { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }

/* post title */

.post_title { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
  border-bottom    : 1px solid #DDDDDD;
}

.post_title a:link { 
  font-weight      : bold; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }

.post_title a:visited { 
  font-weight      : bold; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_title a:active { 
  font-weight      : bold; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_title a:hover { 
  font-weight      : bold; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }

/* post date */

.post_date { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
  border-bottom    : 1px solid #DDDDDD;
}

.post_date a:link { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_date a:visited { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_date a:active { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
.post_date a:hover { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }
  
  
/* post short */
.post_short { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #000000;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;

}

.post_short a:link { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }

.post_short a:visited { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_short a:active { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
.post_short a:hover { 
  font-weight      : normal; 
  font-size        : 11px; 
  color            : #0b67d7;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }
