/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(images/border.jpg);
	background-repeat: repeat-y;
	background-position: center center;

}

.bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
