P {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
LI{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
A {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color : BLUE;
}
.Heading {
	font-size: 24px;
	font-weight: bold;
}
.Large{
	font-size: 16px;
	font-weight: bold;
}
td {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
select {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
input
 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.Red {
	color:Red;
}