/* Copyright 2002, Wellington Park Homeowners Association */

* {font-weight: bold}
A:visited {color: purple}		/* Anchors */
A:hover {
	color: red;
	background-color: yellow;
}
body {
	background-image: url('../pic/stonbk.jpg');
	background-attachment: fixed;
}
blockquote, blockquote p {
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: justify;
}
h1, h2 {
	font-family: sans-serif;
	text-align: center;
	color: #35679A;
}
h3 {
	color: #B22222;
	font-family: sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}
em {font-style: italic}
.brick {color: #B22222;}		/* Brick red */
.cen  {text-align: center}		/* Centered  */
.jus {text-align: justify;}		/* Justified */

.lastmod {						/* Last modified */

	text-align: center;
	font-family: sans-serif;
	font-size: 70%;
	font-variant:small-caps;
}
