/*
 * :Author: Patricio Paez
 * :Contact: nospam (at) pp dot com dot mx
 *
 * Stylesheet for use with Docutils.
 * */

@import url(html4css1.css);

/* Your customizations go here.  For example: */

body{ 
      font-family: Georgia, "Times New Roman", Times, serif; font-size: 13;
      background: #EFF; margin-left: 5%; margin-right: 5%
    }

h1 { font-family: sans-serif; font-size: large }

h2 { font-family: Arial; font-size: large }

h3 { color: black; font-size: large; font-family: Arial;
     border-bottom: 1px solid black; }

table { color: black; font-size: 13; font-family: Arial; }

ul { font-family: Arial;  }

li { color: black; font-size: 12; font-family: Arial }

a.reference {
#     text-decoration: none;
      border-bottom  : 1px dotter #00007f
       }

a.reference:link {
      color:      #00C;
       }

a.reference:hover {
      color:      #EFF;
      background: #00C;
     }

a.reference:active {
      color:      #F00;
     }



