.yadda {cursor:pointer;cursor:hand;text-decoration:underline; 
color:rgb(102,102,102);
}


a:link
{
	color: rgb(102,102,102);
	font-size : 13px;
	text-decoration: underline;
}
a:visited
{
	color: rgb(102,102,102);
	font-size : 13px;
	text-decoration: underline;
} 
a:active 
{
	color: rgb(102,102,102);
	font-size : 13px;
	text-decoration: underline;
}
table
{
	table-border-color: rgb(102,102,102);
}
body
{
	font-family: Arial, Verdana, Geneva, sans-serif;
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
}

h1
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51);
}
h2
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51); 
}
h3
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51); 
}
h4
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51);
}
h5
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51);
}
h6
{
	font-family: Verdana, Arial;
	color: rgb(51,51,51);
}
@media print 
{ 
body { width: 95%; } 
}

#link {
}
#link a {
font-size:12px;
}
 

