A:link {
	color: #0000CD;
	text-decoration : none;
}
A:visited  {
	color:#0000CD;
	text-decoration : none;
}
A:active  {
	color: #0000CD;
	text-decoration : underline;
}
A:hover {
	color: #00c000;
	text-decoration : underline;
}
TABLE.setup {
	border : none;
	width : 85%;
}
TD.header {
	text-align : center;
	font : 20px cursive;
	background : #c0ccff;
	padding : 3px 0px 3px 0px;
}
TD.text {
	border : 1px #c0ccff solid;
	width : 70%;
	text-align : left;
	font : 16px serif;
	padding : 5px 20px 20px 20px;
}
P {
	text-indent : 20px;
}
DIV.p {
	text-indent : 20px;
}
body {
	background-color: #f0f0f0;
	color: #000000;
}

