/* CSS1 style sheet */


body
	{
	background-color: #000000;
	font-family:  Arial, Verdana, sans-serif;
	}

a  { text-decoration: none;}

a.largelink
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: #740b5f;
	font-weight: bold;
	text-decoration: none;
	}

a.largelink:hover { color: #ffa500;}

a.smalllink
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	color: #740b5f;
	font-weight: bold;
	text-decoration: none;
	}

a.smalllink:hover { color: #ffa500;}


/*
---------------------------------------------------------------------
 HOME PAGE
--------------------------------------------------------------------
*/

table.page
	{
	background-color: #46075a;
	border-color: #6c018d;
	border-width: 15px;
	border-style: solid;
	} 


table.menu
	{
	background-color: #46075a;
	width: 100%;
	}

td.menuhead
	{
	font-size: 12px;
	color: #fadbf8;
	font-weight: bold;
	text-align: center;
	height: 20px;
	}

a.menulink 
	{ 
	font-size: 8pt;
	color: #46075a; 
	text-align: left;
	background-color: #fadbf8; 
	display: block; 
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}

a.menulink:visited { color: #6c018d;}
a.menulink:hover { background-color: #ffa500;}


.AboutMeText
	{
	font-size: 8pt;
	color: #46075a; 
	text-align: left;
	background-color: #fadbf8; 
	display: block; 
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.AboutMeTextLink
	{
	color: #ff0000; 
	}


a.AboutMeTextLink:visited { color: #0000ff;}
a.AboutMeTextLink:hover { color: #ffffff; background-color: #ff0000;}

ADDRESS.index
	{
	font-family: Times, serif;
	font-size: 9pt;
	color: #6c018d;
	font-style: italic;
	font-weight: normal;
	}


/*
---------------------------------------------------------------------
 ALL PAGES
--------------------------------------------------------------------
*/

.maintext
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	}
	
.maintextserif
	{
	font-family: Times, serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	}


ADDRESS
	{
	font-family: Times, serif;
	font-size: 9pt;
	color: #740b5f;
	font-style: italic;
	font-weight: normal;
	}


a.addresslink { color: #fadbf8;}
a.addresslink:hover { color: #ffa500;}

ADDRESS.long
	{
	font-family: Times, serif;
	font-size: 9pt;
	color: #740b5f;
	font-style: italic;
	font-weight: normal;
	}



/*
---------------------------------------------------------------------
 SUB PAGES
--------------------------------------------------------------------
*/


table.subpage
	{
	background-color: #ffffff;
	border-color: #740b5f;
	border-width: 15px;
	border-style: solid;
	width: 779px;
	} 


.purplehead
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #740b5f;
	font-weight: bold;
	}

.poem
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-style: italic;
	}


.purplebackgroundedhead
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #fadbf8; 
	background-color: #740b5f;
	font-weight: bold;
	}

.quotetext
	{
	font-family: Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}
	
.quoteperson
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-left: 10px;
	padding-left: 10px;
	}

	
/* 
-----------------
HORSEY PAGES
-----------------
*/



table.horsepage
	{
	background-color: #ffffff;
	border-color: #482a19;
	border-width: 15px;
	border-style: solid;
	width: 779px;
	} 


ADDRESS.horse
	{
	font-family: Times, serif;
	font-size: 9pt;
	color: #625548;
	font-style: italic;
	font-weight: normal;
	}


li
	{
	margin-bottom: 10px;
	}


ul.horselist 
	{
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	list-style-position: outside;
	list-style-image: url(Assets/b-brown.gif);
	}

.brownbackgroundedhead
	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14pt;
	color: #c6bdb7; 
	background-color: #482a19;
	font-weight: bold;
	text-align: center;
	}
