P  {}
.tdpad {
	padding-left: 10px;
}


H1  {}

H2  {}

H3  {}

A  {
	color : Green;
	text-decoration : underline;
}

A:Visited  {
	color : Green;
	text-decoration : underline;
}

A:Active  {
	color : Green;
	text-decoration : underline;
}

A:Hover  {
	color : white;
	text-decoration : none;
	background : black;
}
.small_table {
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.big_table {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}


BODY  {}
.style1 a {
	text-decoration: none;
}
