﻿/* 	Cascading Style Sheet for the Objects and Memory website
	http://www.objectsandmemory.org
	Created: September 8, 2008
	Author: Mead Dixon http://www.meaddixon.com
*/

/*	Sitewide styles */


html body
{
	font-family: "Palatino Linotype", Palatino, Georgia, serif;
	font-size: 0.8125em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	background-color: #000000;
}

h3
{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #F7CBA1;
	text-align: center;
	font-weight: 100;
}

p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	font-weight: 100;
	color: #DADADA;
	margin-bottom: 0.6em;
	margin-top: 0.9em;
	line-height: 1.8em;
	
}

a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 100;
	text-decoration: none;
	color: #F7E89A;
}

a:hover
{
	text-decoration: underline;
}

img, div 
{ 
	behavior: url(resources/iepngfix.htc);
	border: none;
}
