body
{ font-family: 'Arial';
	font-size: 12 }

a:link
{ color: #ff0000;  /* Red */
	font-size: 10 }

a:visited
{ color: #808000;  /* Olive */
	font-size: 10 }

a.OnPage:link
{ color: #ff0000;  /* Red */
	font-size: 12;
	text-decoration: none }

a.OnPage:visited
{ color: #808000;  /* Olive */
	font-size: 12;
	text-decoration: none }

a.OnProductPage:link
{ color: #000000;  /* Black */
	font-size: 14;
	text-decoration: none }

a.OnProductPage:visited
{ color: #000000;  /* Black */
	font-size: 14;
	text-decoration: none }

a.OnProductPage:hover
{ color: #ff0000;  /* Red */
	font-size: 14;
	text-decoration:underline; }

th.WithBorder {
	border-bottom : solid }
	
td.WithBorder {
	border-bottom : solid }

td
{ font-size: 12 }

td.Title
{ font-family: "Old English Text MT";
	font-size: 36 }

i.FirstLetter
{ font-family: "Old English Text MT";
	font-size: 18 }

b.statement
{
	font-size: 18
}
