/* Style Sheet for Paul's website                                            */

body           {background-image: url(images/brwntile.gif);}
p.comment      {color: blue;
                font-style: italic;}
p.pcomment      {color: green;
                font-style: italic;}
p.todo         {color: red;
                font-style: italic;}
p.tododone     {color: purple;}
div#mainnav	{
		 border-width: 1px;
		 background-color: black;
		}
div.navlinkscontainer {
		 display: inline;
		}
div#navlinks {
		 position: relative; 
		 bottom: 1em; 
		 left: 3em;
		}
a.navbar, a.navbar:visited {
		 font-family: verdana;
		 font-size: normal;
         text-decoration: none;
         color: white;
		 padding-left: 1em;
		}
a.navbar:hover {
		 color: #FF7E34;
	     text-decoration: underline;
		} 
span.classname {
		 font-weight: bold;
		}
div#footer {
		 text-align: center;
		 font-size: smaller;
		 font-family: verdana; 
		 border-top: solid black 1px;
		}
p#synergy {
		 font-size: smallest;
		}
h1,h2          {text-align:center}
.lecture	{
		  border-top: solid black 1px; 
		  padding-top 1em;
		 }
span.bookname  {text-decoration:underline;}
span.lawname   {text-decoration:underline;}
span.u         {text-decoration:underline;}
hr             {clear: both;}
img            {border-width: 0px}
img#untlogo	   {
				margin-top: 4px;
				margin-left: 4px;
			   }
dfn            {cursor: help;}