/* Link properties (a:link only for Netscape 4.x) */
  a:link { 
	color: rgb(255,200,0); 
	font-weight: bold; 
	text-decoration: none;
  }
  a:active { 
	color: rgb(255,255,0); 
	background-color: rgb(255,0,0); 
	text-decoration: none;
 }
  a:visited { 
	color: rgb(200,200,0); 
	font-weight: bold; 
	text-decoration: none;
  }
  a:hover { 
	color: rgb(255,255,0); 
	background-color: rgb(255,0,0); 
	text-decoration: none;
  }

/* Properties for log-title (used with dropshadow-fade in IE) */
  #title { 
	font: bold 200% Carolingia, "Hoefler Text", serif, "Times New Roman", Georgia, Times; 
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 100%;
  }

/* Properties for log-title (used with dropshadow-fade in Netscape) */
  #titlens { 
	font: bold 200% Carolingia, "Hoefler Text", serif, "Times New Roman", Georgia, Times; 
	position: absolute; 
	top: 15px; 
	left: 30px;
	width: 100%;
  }

/* Non-dropshadow titles */
  #subtitle { 
	font: bold 150% Carolingia, "Hoefler Text", serif, "Times New Roman", Georgia, Times; 
	color: beige;
  }

/* Page defaults - base text font and color */
  body {
	font: bold 100% Helvetica, Arial;
	color: beige;
  }

/* Properties of log-listing entries */
  #logtitle { 
	font-size: 120%; 
        color: beige;
  }
  #logdesc { 
	font-weight: bold;
	font-style: italic; 
	color: beige;
  }
  #logmanage { 
	font-size: 75%;
	color: beige;
  }
  #loginfo { 
	font-weight: bold;
	font-size: 75%;
	color: beige;
  }
  #logsynopsis { 
	font-weight: bold;
	font-size: 75%;
  }
  #logpages { /* same as base font */
  }
  #logsearch { /* same as base font */
  }
  #loggms { 
	font-weight: bold;
	font-size: 75%;
	color: beige;
  }
  #logtext {
	font-family: "Times New Roman", Times, "Hoefler Text";
	color: black;
  }

/* Properties for thread-listing entries */
  #threadtitle { 
	color: beige;
	font-size: 120%;
  }
  #threaddesc { 
	font-weight: bold;
	font-style: italic;
        color: beige;
  }
  #threadcount { 
	font-weight: bold;
	font-size: 75%;
        color: beige;
  }
  #threadtypes { /* same as base font */
        color: beige;
  }
 
/* Properties for next/previous thread links */
  #threadlink { /* same as base font */
  }

/* Footer properties */
  #navlinks { /* same as base font */
  }
  #rtrdate { 
	font-style: italic;
        color: beige;
  }

.vista {
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}

