A:link	{ color: blue }
A:visited	{ color: purple }
A:hover	{ color: red; font-style: italic }


BODY.topwin	{ background-color: RGB(192,255,255) }
BODY.main	{ background: background.jpg }
BODY.left	{ background-color: RGB(150,210,230) }

.title1	{ color: red }

MARQUEE	{ background-color: lightblue; font-size: 12pt; color: blue; border: thick }

                { font-size: 12pt; text-align: justify }
P               { font-size: 12pt; text-align: justify }
P.small { font-size: 10pt; text-align: justify }

H1		{ font-size: 24pt; text-align: center; color: red }
H1.border	{ font-size: 24pt; text-align: center; color: red; border: thick groove brown }

H2		{ font-size: 22pt; text-align: center }
H2.red	{ font-size: 22pt; text-align: center; color: red }
H2.border	{ font-size: 22pt; text-align: center; border: thick groove black }

H3		{ font-size: 20pt }

H4		{ font-size: 16pt }

H5		{ font-size: 14pt }

H6		{ font-size: 12pt }

HR.left	{ color: brown }

UL.box	{ border-style: solid; border-color: black; border-width: 2pt }
UL.yelbox	{ border-style: solid; border-color: black; border-width: 2pt;
		  background-color: rgb(255,255,192) }

LI              { font-size: 12pt; text-align: justify }
