BODY {
  margin : 0em;
  font-family : Verdana, Tahoma, Geneva, Arial, Helvectica, sans-serif;
  font-size: 11 px;
  color : #000000;
  }
P {  /*same as regular text in page*/
  font-family: verdana, arial, helvetica; 
  font-size: 11px; 
  }
BLOCKQUOTE {
  padding-left : 10px;
  }
.date {/*for journal dates*/
  font-family: verdana, arial, helvetica; 
  font-size: 16px;
  value: strong; 
  color: #FFF4F2; 
 }
.spotlight {/*for titles of spotlight sidebar*/
  font-family: verdana, arial, helvetica; 
  font-size: 11px; 
  color: #FFF4F2;
 }
.sideBar {/*for writing under the sidebar title bar*/
  font-family: verdana, arial, helvetica; 
  font-size: 10px;
  color: #666666;
 }
.titular  {/*for titles of journal*/
  font-family: verdana, arial, helvetica; 
  font-size: 12px; 
  color: #FFF4F2;
 }
.archive {/*for the title of the archives*/
  font-family: verdana, arial, helvetica;
  font-size: 12px;
  color: #A7B3A6;
  value: strong;
 }
.grey {/*for the dates of archives*/
  font-family: verdana, arial, helvetica; 
  font-size: 11px; 
  color: #666666;
 }
.pictures {/*for titles of picture categories*/
  font-family: verdana, arial, helvetica; 
  font-size: 10px; 
  color: #5298C1;
 }
.character {/*for titles of character categories*/
  font-family: verdana, arial, helvetica; 
  font-size: 10px; 
  color: #D97E2D;
 }
.cream {  /*same as regular text in page but cream*/
  font-family: verdana, arial, helvetica; 
  font-size: 11px; 
  color: #FFF4F2;
  value: strong;
  }
.border {/*table with a thick bluegreen border*/
  border-width: 6px;
  border-style: solid;
  border-color: #0C5462;
}
.borderthin {/*table with a thin rusty border*/
  border-width: 2px;
  border-style: solid;
  border-color: #B52C1A;
}
A:link { /*unvisited links are bright blue */
  color: #03C5E8;
  text-decoration: none;
}
A:visited {/*visited links are dark bluegreen*/
  color: #0C5462;
  text-decoration: none;
}
A:active {/*active links are bright red*/
  color: #FF093A;
  text-decoration: none;
}
