
/*** Use basic formatting also ***/

@import "general.css";


/*** Adjust spacing of title ***/

H1 {
  line-height:0.1em;
}


/*** Align character info in tables ***/

table {
      width: 70%;
}

td {
      text-align:center;
      padding: 30px 30px 50px 30px;
      line-height: 1.4em;
}


/*** Define size of portraits ***/ 

img {
      width: 256px;
      width: 256px;
}


/*** Special Formatting ***/

#name {
      color: white;
      font-size: 28;
      font-weight: bold;
      line-height: 1.1em;
}

#desc {
      font-style: italic;
      color: silver;
      line-height: 1.3em;
}

#bigname {
      color: white;
      font-family: arial;
      font-size: 36;
      font-weight: bold;
      font-variant: small-caps;
      line-height: 1.1em;
}

#quote {
      font-style: italic;
      color: silver;
}

