/* ******************************************************************** */ 
/* Trexler Library Web Site Style Sheet */ 
/* Version 1.1 dated 06-06-2002 last revised 05-19-03*/ 
/* Everything validates EXCEPT color declarations of "C62D33" */
/* Validator: CSSCheck at Web Design Group at htmlhelp.com */
/* Author: pferriby@muhlenberg.edu */ 
/* ******************************************************************** */ 
BODY      /*Main style for body and forms */              
	{
	font-family: "Arial";
	font-size: 13px;
	font-weight: 600;
	font-weight: normal;
	text-decoration: none;
	color: black;
	background: white;
	}

	
/*	FORM, P

	{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: black;
	margin-left: 3%;
	margin-right: 2%;
	}
*/

td	{
	text-align: left;
	}
th	{
	text-align: left;
	}

.title {
font-family: "Arial";
font-variant: small-caps;
font-weight: 600;
font-size: 16px;
text-align: center;
color: black;
background: transparent;
           }
.question {
font-family: "Arial";
font-style: italic;
font-size: 12px;
font-weight: 600;
margin-left: 3%;
color: black;
background: transparent;
           }
.header {
font-family: Arial;
font-size: 13px;
font-weight: 600;
color: black;
background: transparent;
           }
.restitle {
font-family: "Arial";
font-weight: 600;
color: black;
background: transparent;
font-size: 12px;
           }
.descrip {
font-family: "Arial";
font-weight: 500;
font-size: 12px;
margin-right: 0%;
color: black;
background: transparent;
text-decoration: none;
           }
.has {
font-family: "Arial";
font-variant: small-caps;
color: navy;
background: transparent;
font-size: 12px;
           }
.libhas {
font-family: "Arial";
font-variant: small-caps;
font-weight: 500;
font-size: 12px;
color: "C62D33";
background: transparent;
margin-left: 3%;
           }
.restrict {
font-family: "Arial";
font-variant: small-caps;
font-weight: 500;
color: red;
background: transparent;
font-size: 11px;
           }
.footer {
font-family: "Arial";
font-weight: 500;
font-size: 11px;
margin-left: 3%;
color: black;
background: transparent;
           }
H2
{
    FONT-SIZE: x-large;
    TEXT-ALIGN: center
}
.IndexHead
{
    FONT-SIZE: large
}
.LetterLinks
{
    FONT-SIZE: medium;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
H3
{
    FONT-SIZE: x-large;
    FONT-STYLE: italic;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: center
}
.DBLinks
{
    FONT-SIZE: medium
}
.SectionHead
{
    FONT-SIZE: xx-large;
    TEXT-ALIGN: left
}
.HoldingsList
{
    FONT-FAMILY: Arial;
    FONT-SIZE: small
}

a:link
  {
	font-family: "Arial";
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: navy;
	background: transparent;
  }
A:visited
  {
	font-family: "Arial";
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: navy;
	background: transparent;
  }
A:hover
  	{
	font-family: "Arial";
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: "C62D33";
	background: transparent;
  	}
A:active
  	{
	color: navy;
	background: transparent;
	text-decoration: none;
  	}

/* Various classes updated 2/19/07 */

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.postinfo {
background-color:#f4f4f4;
border-left:1px solid #cc3333;
border-top:1px solid #cc3333; 
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.postbox {
background-color:#f4f4f4;
border:1px solid #cc3333; 
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}
