body {	background: #ffffff;
		color: red;
		font-family: 'book antiqua', arial, verdana, sans-serif;
		}

h1, h2, h3 {	color: red;
				text-align: center;
			}

h1, h3 {	font-style: italic;
			}				

p {		font-size: 1em;
		}

a:link {	color: black;
			}
a:visited { color: black;
			}
a:active{	color: black;
			}

.heading {	color: red;
			text-align: center;
			font-size: 2.5em;
			font-style: italic;
			}
.blacktext {color:black;
			}
.book {		text-decoration: underline;
			}
.center {	text-align: center;
			}.underline {
	text-decoration: underline;
}
