p {	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

h2 {  font-family: Arial;
	font-size: 20px;
	color: #000000;
}

.redtext { color: #FF0000;
}

.greentext { color: #00AA00;
}

.smalltext {font-family: Arial;
		font-size: 13px;
		color: #000000;
}

.imagetext {font-family: Arial;
		font-size: 10px;
		color: #000000;
}


td {font-family: Arial;
    font-size: 13px;
    color: #000000;
}

li  {	font-family: Arial;
	font-size: 16px;
	color: #000000;
}

a { 	font-family: Arial;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {color:#FF0000;}
