/* 
OCLC Online Computer Library Center, Inc.
Style sheet for LC/OCLC Question Point service
Online Help
*/

/* BASE HTML ELEMENTS */

body {  
font-family: Arial, Helvetica, sans-serif; 
font-size: x-small;

}

/*
text-align: left; 
line-height: normal; 
*/

p { 
text-align: left; 
font-family:  Arial, Helvetica, sans-serif; 
font-size: x-small;
color: #333333;
/* was #666666 originally; changed 5/17/02 */
}

h1 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: medium; 
color: #6699CC; 
font-weight: bold; 
}

h2 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: small; 
color: #666666; 
font-weight: bold;
}

h3 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: x-small; 
color: #333333; 
font-weight: bold 
}

h4 {  
font-family: Arial, Helvetica, sans-serif; 
font-size: xx-small; 
color: #333333; 
font-weight: bold 
}

a {
font-weight: bold
}

a:link {  
color: #5D8DBA; 
text-decoration: none 
}

a:hover {  
color: #5D8DBA; 
text-decoration: underline 
}

a:visited {  
color: #9966CC;
/* was color: #A9C5D7;  */
text-decoration: none 
}

a:visited:hover {  
color: #9966CC;
/* was color: #A9C5D7;  */
text-decoration: underline 
}


/* FOOTER */

.footer {
color: #666666; 
background-color: #FFFFFF;
font-size: xx-small; 
font-weight: bold; 
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
}

	.footer a:link {
	color: #5D8DBA;  
	text-decoration: none;
	}

	.footer a:hover {
	color: #5D8DBA;  
	text-decoration: underline;
	}

	.footer a:visited {
	color: #9966CC;
	/* was color: #A9C5D7;  */
	text-decoration: none;
	}

	.footer a:visited:hover {
	color: #9966CC;
	/* was color: #A9C5D7;  */
	text-decoration: underline;
	}



/* TABLES */

/* the light blue table header row */

th { 
text-align: left;
line-height: normal; 
color: #666666;
/* the original blue
background-color: #A9C5D7; */
/* a lighter one */
background-color: #C8D9E4;
font-family: Arial, Helvetica, sans-serif; 
font-size: x-small; 
font-weight: bold;
vertical-align: middle;

}

td { line-height: normal; 
font-family: Arial, Helvetica, sans-serif; 
font-size: x-small;
font-weight: normal;
color: #333333;
/* was #666666 originally; changed 5/17/02 */
}
 
 .yellowcol {  
 background-color: #FFFFCC;
}

/* BUTTONS */

.button {
border: none; 
color: #FFFFCC; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
font-size: 7pt;
text-align: center;
padding: 0px;
border-padding: 0px;
}

	.button td { 
	background-color: #FFFFCC;
	border: none; 
	}
	
	.button a:link {  
	color: #666666; 
	text-decoration: none 
	}

	.button a:hover {  
	color: #666666; 
	text-decoration: underline 
	}

	.button a:visited {  
	color: #666666; 
	text-decoration: none 
	}

	.button a:visited:hover {  
	color: #666666; 
	text-decoration: underline 
	}

/* MESSAGE TEXT */

code {
font-family: Courier, "Courier New", monospace; 
font-size: 100%;
}

