/*  weblisp.css
   Eduardo Muņoz */


h1,h2,h3,h4,h5 { color: #000099;}

a[href] { text-decoration: none;}

a[href]:hover { color: black; text-decoration: underline;}

a[href]:visited { color: #999999;}

hr { border: 0; background: black; width: 90%; height: 1px;}

body { padding: 2ex;}

code { color: #009900;}

pre { color: black;}

ul li { list-style-type: circle;}


table.layout { padding: 0; width: 100%;}

td.content { vertical-align: top; width: 85%;}

td.index { vertical-align: top; width: 15%;
           border-left: 1px solid blue;}

th.list { background-color: #D0D0D0;}
td.list { background-color: #EAEAEA;}

#main { padding: 0ex 0ex 0ex 0ex;
	border: 1px solid;}

/* Top Row */

#content { padding: 1ex 4ex 4ex 4ex;
           font-family: verdana, sans-serif;}

#index { padding: 0.5ex 2ex 3ex 2ex;
         font-family: arial, sans-serif;}

#index a { padding: 2px; color: black; text-decoration: none;}

#index a:hover { color: white; background-color: black;}


/* Bottom row */

#footer { padding: 1.5ex 1ex 2ex 1ex;
          font-family: arial, sans-serif;
          text-align: center;
          border-top: 1px solid blue;}

#footer a { padding: 1em; color: red; text-decoration: none;}

#footer a:hover { color: black; text-decoration: underline;}
