/* words.css
 * This is the default stylesheet for metaxu.to/words/
 * It is set for standards-based browsers as default.
 *  Other stylesheets (for special pages, other os's, etc.,
 *  are loaded *after* this stylesheet.
 * notes:
     The '{' in the separators is used by james in a script
       to quickly find all classes with categories.
     Use comma for listed, space for nested.
     MSIE measures from absolute pos, mozilla from relative.
  * history:
   dec 2008 jw - created
*/

/* -----------------------------------------------------------
   *** { Standard Stuff: ***
   ----------------------------------------------------------- */

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   90%;
  padding: 0;
  margin:  0;
  background-color: #ffffff;
}

div#page {
  padding: 1ex 2em;
  margin:  2ex 80px;
  border: 1px solid #000000;
}

h1 {
 font-size:   140%;
 font-weight: normal;
 letter-spacing: .1em;
}

p, li, dt, dd {
  line-height:      1.1em;
}

ul {
}
li {
  margin-top:       .7ex;
  list-style-type:  disc;
  list-style-image: url(/words/images/bullets/list.gif); 
}
li:first-child {
  margin-top: 0;
}

/* regular links */
a {
 text-decoration: none;
}
a:link:hover {
 text-decoration: none;
 background-color: #ffccff;
}
a:visited {
 text-decoration: none;
}


/* e o f */

