body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(http://www.luckycraft.com/luckycrafthome/images/back2.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
.journalTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bolder {
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

.bold {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.small {
	font-size: x-small;
	color: #999999;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
