/*****************************************************************************
**       File: url.css
**    Purpose: Default Stylesheet for URL.el web site
******************************************************************************/

html: { color: black; background-color: white }

h1,h2,h3,
h4,h5,h6  { color: rgb(166,65,65); }

a         { cursor: hand2; color: red; }
a:visited { color: rgb(194,34,34) }

h1,h2,h3,
h4,h5,h6  {
            font-family : narkissim, cursive, sans-serif;
            font-weight : normal;
          }

th { text-align: left; }
tr { vertical-align: top; }

.section    { font-weight: bold; }
.subsection { margin-left: 1em; }
