
/*----------------------------------------------*/
/*												*/
/* 		Limestone Place Style Sheet				*/
/*												*/
/*----------------------------------------------*/


/* Set the link colours	*/

A:link		{ color: #690;}

A:visited	{ color: #660;}

A:active	{ color: #996666; }

A:hover		{ color: #cc6633;}

/* Set the body margins */
/* the values follow the order top, right, bottom, left */

body
{
	margin: 24px 24px 0px 36px;
	background-color: #CCCC99;
	color: #663300;
}

/* Set the Heading attributes for H1, H2 and H3 */

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

H2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: X-large;
	font-weight: bold;
}

H3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	line-height: 10px;
}

/* Set the paragraph attributes */

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

/* Set a "small" style for smaller than usual text */

.small	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 16px;
}
