

<!--

/*  Val Ghent Style Sheet */

body 		{
			font-size: 10px;
			color: #fff;
			font-weight: normal;
			font-family: verdana, sans-serif;
			}

td 			{
			font-size: 11px;
			color: #fff;
			font-weight: normal;
			font-family: verdana, sans-serif;
			}

a:link 		{
			color: #fff;
			text-decoration: underline;
			}
			
a:active 	{
			color: #fff;
			text-decoration: underline; }

a:visited 	{
			color: #fff;
			text-decoration: underline;
			}

a:hover 	{
			color: #ccc;
			text-decoration: underline;
			}


.textindent	{
			font-size: 11px;
			color: #fff;
			font-weight: normal;
			font-family: verdana, sans-serif;
			margin-left: 4px;
			}

.listing	{
			font-size: 11px;
			color: #fff;
			font-weight: normal;
			font-family: verdana, sans-serif;
			margin-left: 20px;
			}

-->

