body { }

p { }

td { }

a:link.blue {color: blue; }

a:visited.blue {color: blue; }

a:hover.blue {color: #00AEED; }

a:active.blue {color: blue; }

.content {
	position: absolute;
	left: 115px;
	top: 175px;
	
	width: 840px;
	height: 800px;
	
	background-color: white;}