/* Style Sheet - mainstyle.css - www.pendlehillcolts.com.au */

body		{color:black; font-size:x-small; font-family:verdana}

img		{border:none }

caption		{color:red;	font-size:medium}

th		{color:blue;  font-size:small;   font-weight:bold}

th.s		{color:black;  font-size:x-small; font-weight:bold}
	 
td		{color:black; font-size:x-small}
	 
td.b		{color:black; font-size:x-small; font-weight:bold}

p.title		{color:green; font-size:large;   font-weight:bold;}

p.updated	{color:black; font-size:x-small; font-weight:bold; text-align:center}

div.box		{border-width:1px; border-color:gray; border-style:solid}

h3		{font-size:small}

h4		{color:blue;  font-size:x-small; text-decoration:none}

h5		{color:yellow;	background-color:black;	text-align:center; margin-top:0px}

li		{margin-left: 50 }

a:link		{text-decoration:none; color:blue }
a:visited	{text-decoration:none; color:blue }
a:hover		{text-decoration:none; color:blue; background-color:wheat }
a:active	{text-decoration:none; color:blue }

a.invisible:hover {text-decoration:none; background-color:transparent}


