body 		{ 
		/* defines background and text properties */
  		color : #000000; 
  		background : #ffffff; 
  		font-family : "Times New Roman", Times, serif;
  		font-size : 12pt; 
		}

#logo, #headline, #left, #photoleft, #photocenter, #photo { display: none; }


#rights		{ 
		/* sets margins for primary content area. not used on gallery pages */
		width: auto;
		border: 0;
		margin: 0 5%;
		padding: 0;
		float: none !important;
		}
 

a 		{ /* this is supposed to make links print out underlined, not sure if there are any links to print */
		text-decoration : underline; 
		color : #0000ff; 
		}

#center a:link:after, #center a:visited:after 	{
						/* this is supposed to make the url print out after the link text. Don't know if it actually works */
   						content: " (" attr(href) ") ";
   						font-size: 90%;
   						}



