/* CSS for D. Phillips's UNM web pages */

body {background: #FAEBD7 url("border2.gif");
      background-repeat: repeat-y;
      padding-left: 11em;
      padding-right: 8em;
      font-family: "Times New Roman", Times, serif;
      }

a:link {color: blue;} /* unvisited links */
a:visited {color: purple;} /* visited links*/
a:hover {color: red;} /* user hovers */

ul.navbar {list-style-type: none;
           padding: 0;
           margin: 0;
           position: fixed;
	   top: 2em;
	   left: 1em;
	   width: 9em;}

ul.navbar li {background: #FDFDF0;
              margin: 0.5em 0;
	      padding: 0.3em;}

ul.navbar a {text-decoration: none;}

li.red {color: red}

p.fine {font-size: 80%}

h1 {font-size: 160%;
    text-align: center}

h2 {font-size: 140%;
    text-align: center}

h3 {font-size: 110%;
    font-style: italic;
    text-align: center}

h4 {font-style: bold}

