body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #0099FF;
}

.BlackPage {
	color: #FF3399;
	text-decoration: none;
}

.BorderBlackPage {
	color: #FF3399;
	border: 1px solid #FF3399;
}

.BluePage {
	color: #000000;
	text-decoration: none;
}

.BorderBluePage {
	color: #000000;
	border: 2px solid #000000;
}

.PinkPage {
	color: #0099FF;
	text-decoration: none;
}

.BorderPinkPage {
	color: #0099FF;
	border: 2px solid #0099FF;
}

.BlackPage:hover {
	color: #000000;
	text-decoration: none;
}
.PinkPage:hover {
	color: #FF3399;
	text-decoration: none;
}
.BluePage:hover {
	color: #0099FF;
	text-decoration: none;
}

.BluePageInput {
	font-family: Courier New, Courier, mono;	
	background-color: #0099FF;
}

.BlackPageInput {
	font-family: Courier New, Courier, mono;	
	background-color: #000000;
	color:FF3399;
}

.PinkPageInput {
	font-family: Courier New, Courier, mono;	
	background-color: #FF3399;
	color: #0099FF;
}
