body {
	color: black;
	background-color: white;
	text-align: center;
}
#content {
	color: black;
	background-image: url(../pics/index.jpg);
	text-align: center;
	width: 640px;
	height: 480px;
}
p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }

