body	{
	font-family: "Times New Roman",serif;
	font-size: 10pt;
	color: gray
}

h1	{ background-color: silver }
h1,h2	{ color: gray }
h3	{
	background-color: silver;
	color: black
}

p.style1	{
	color: gray;
	line-height: 2;
	letter-spacing: 2;
	text-indent: 1em
}
p.style2	{
	color: gray;
	line-height: 2;
	letter-spacing: 2
}

p strong	{
	color: white;
	background-color: gray
}

a:link	{ color: navy }
a:visited	{ color: teal }

.color1	{ color: white !important }
.color2	{ color: black !important }
.color3	{ color: red !important }
.color4	{ color: fuchsia !important }
.color5	{ color: yellow !important }
.color6	{ color: lime !important }
.color7	{ color: green !important }
.color8	{ color: blue !important }
.color9	{ color: aqua !important }
.color0	{ color: gray !important }

.line1	{ text-decoration: overline underline }
.line2	{ text-decoration: line-through }
.line3	{ line-height: 2 }
.line4	{ letter-spacing: 2 }
.line5	{ text-indent: 1em }
