* { margin: 0; padding: 0; }

body {
	background-color: #ffffff;
	background-image: url(../images/hom/h_backg.jpg);
	background-repeat: repeat-x; }

h2 {
	color: #39f;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif; }
	
p {
	color: #39f;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif; }

a:link { color: #39f }
a:visited { color: #39f }
a:hover { color: #f90 }
a:active { color: #f90 }

td {
 	color: #39f;
  font-size: 10pt; }
