body {
  margin: 0;
  font-family: verdana;
  font-size: 11;
  color: black;
}

A:link, A:visited, A:active 
	{ color: #996633;
	  text-decoration: none;}
A:hover 
	{ text-decoration: underline; }

th, td { /* ns 4 */
  font-family: tahoma;
  font-size: 11px;
  line-height: auto;
  color: #000000;
}

.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-size: 12px; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: blue;
          font-size: 12px;
        }
.head                           /* page headers */
	{ 
	  font-weight: bold; 
	}
.navtableborderbegin
	{
	  border:2px solid #C0C0C0;
	}
.navtableborderend
	{
	  border:2px solid #C0C0C0;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:2px solid #C0C0C0;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:2px solid #C0C0C0;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderleft
	{
	  border:2px solid #C0C0C0;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}
.popuphead
	{
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.modnavbox  /* main navigation bar next and previous */
	{
	}
.admin                          /* used in admin bars */
	{ 
	  font-weight: bold; 
	}

.adminform
	{ 
	  font-weight: bold; 
	}
.search                          /* used in search text */
	{ 
	  font-weight: bold; 
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #555555;}
