@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url("pictures/bkg.gif");
	background-repeat:repeat;
	color:#000000;
}
p
{
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#352002;
}
p.writing
{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	color:#392700;
}
h1
{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:42px;
	font-weight:600;
	color:#663c00;
}

a {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
a:link {color:#352002;
}
a:visited {color:#352002;
}
a:hover {color:#4a2c00;
}
a:active {color:#352002;
}


a.top {
	font-size:18px;
	font-stretch:normal;
	font-family:"Times New Roman", Times New Roman, Times, serif;
	line-height:24px;
	text-decoration:none;
}
a.top:link {
	color:#dbb14b;
}
a.top:visited {
	color:#d9c187;
}
a.top:hover {
	color:#eba51d;
}
a.top:active {
	color:#828282;
}