
body
{
	color: black;
	background-color: white;
	padding: 0px;
	font-family: "palatino linotype", times, serif;
}

p
{
	font-size: x-large;
}

a
{
	text-decoration: none;
	font-weight: bold;
}

a:link		{ color: blue; }
a:visited	{ color: #5f008f; }
a:hover		{ text-decoration: underline; }

