a { color: #00008b; text-decoration: none; }

a:hover { color: fuchsia; text-decoration: none; }

body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	background-image: url(images/bgpaper.jpg);
	background-attachment: fixed;
}

.bold { font-weight: bold; }

.heading { color: purple; font-weight: bold; }

.highlight { font-weight: bold; color: red; }

.text {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	background-image: url(images/bgpaper.jpg);
	background-attachment: fixed;
}

