

BODY, TD {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: black;
}

.Letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: blue;
}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: red;
	text-align: center;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: black;
	text-align: center;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: black;
	font-weight: bold;
}
.master {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color: #990000;
	font-weight: bold;
}
.master30 {
	font-family: "Times New Roman", Times, serif;
	font-size:30px;
	color: #990000;
	font-weight: bold;
}
LI {
	list-style-type : square;
	display : list-item;
}
A:LINK, A:VISITED, A:FOCUS, A:ACTIVE {
	color: blue;
}
A:HOVER {
	color: #FF3300;
}

