.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: left;
}
.Heading {
	font-size: 18px;
	color: #F30;
	text-align: left;
}
a:link {
	color: #333;
}
a:focus {
  outline: 0;
}
.bigg {
	font-size: 18px;
}

a:visited {
	color: #333;
}
a:hover {
	color: #666
}
a:active {
	color: #F00;
}

body {
	background-color: #585858;
	background-image: url(bgm.gif);
	background-repeat: repeat-x;
}
