/* Basic appearance for all elements on all pages */
body
{
	font-family: "Palatino", "Times New Roman", "Serif";
	color: #000;
	background: #fff;
}

/* "Newspaper-style" paragraphs */
p
{
	text-align: justify;
	font-size: 15px;
}

img
{
	border: none;
}

object
{
	border: none;
}

a
{
	color: gray;
	text-decoration: none;
}

/*Fix?*/
/* Don't show selection outline */
*{
outline: none;
}

/* Show photos as centered block elements */
.photograph
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

code
{
	white-space: pre;
}
