body  { }
p  {
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	background-color: #FFF;
}
td  { }
.main    {
	color: gray;
	font-size: small;
	line-height: 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.bold     {
	color: #099;
	font-size: 14px;
	font-family: Verdana;
	font-weight: 700;
	line-height: 15px;
	text-decoration: none
}
.bold1   {
	color: teal;
	font-family: Verdana;
	text-decoration: none;
	font-size: large;
	font-weight: bolder;
}
a:link    { color: blue; font-size: 14px; font-family: Verdana; line-height: 15px; text-decoration: none }
a:hover  { color: red; font-size: 14px; font-family: Verdana; font-weight: 700; line-height: 15px; text-decoration: none }
a:visited { color: purple; font-size: 14px; font-family: Verdana; line-height: 15px; text-decoration: none }
a:active  { color: lime; font-size: 14px; font-family: Verdana; line-height: 15px; text-decoration: none }

