
/*
  Style Sheet to accompany DocEng'04 Submission

  Cascading Style Sheet version 2

  Note:
    To attach style sheets to XML/RDF files include the
    following directive

     <?xml-stylesheet type="text/css" href="../Style/base.css"?>

    after the DOCTYPE and before the rdf:RDF
*/

    *      {font-family: Georgia, "Times New Roman", serif;
            background-color: #9cc; color: black}

    * + *  {border: thin dotted black}

/* EOF */
