/* the whole website */

BODY {
  margin             : 6px 6px 6px 6px;
  background-color   : #FFFFFF;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  font-weight        : normal; 
  font-size          : 10px; 
  color              : #918f83;
  text-decoration    : none;
}

a:link { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:visited { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:active { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
a:hover { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }


/* post title */

.post_title { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
  padding		   : 3px;
}

.post_title a:link { 
  font-weight      : bold; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }

.post_title a:visited { 
  font-weight      : bold; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_title a:active { 
  font-weight      : bold; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_title a:hover { 
  font-weight      : bold; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }

/* post date */

.post_date { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
}

.post_date a:link { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_date a:visited { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_date a:active { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
.post_date a:hover { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }
  
  
/* post short */
.post_short { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #918f83;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;

}

.post_short a:link { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #918f83;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }

.post_short a:visited { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #918f83;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
 .post_short a:active { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #918f83;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : none;
 }
 
.post_short a:hover { 
  font-weight      : normal; 
  font-size        : 10px; 
  color            : #7d7b71;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
 }