/* Body */

body		{
		color: #2b2b2b;
		background-color: #fff;
		font-family: 'Bookman Old Style',Bookman,'URW Bookman L',serif;
		}

/* Text */

h1 		{
		font-size: 2.5em;
		}
		
h2 		{
		font-size: 1.75em;
		}
			
h3 		{
		font-size: 1.25em;
		}

p 		{
		line-height: 1.15em;
		}

#contact
		{
		color: #6D381E;
		}

.center	{
		text-align: center;
		}


/* Link colors */
 

a:link 	{
		color: #631C2E;
		}

a:hover 	{
		color: #734D56;
		}

a:visited	{
		color: #698B96;
		}


/* Lists */

ol		{
		font-weight: bold;
		}

.open		{
		line-height: 1.5em;
		}

ul		{
		font-style: oblique;
		}
