I {
	font-style : italic;
	color : #1E90FF;
}

a:link       {
	text-decoration: none;
	color: #FF0000
}
a:visited    { text-decoration: underline; color: #006600 }
a:active     {  text-decoration: underline; color: #FF9900 }
a:hover      {  color: #0099FF; text-decoration: underline }
body         {
	font-family: Tahoma, Arial, Helvetica;
	color: #663399;
	font : 10pt;
	background-image : url("pics/bg2.jpg");
}
p	{
	font-family: Tahoma;
	color: #663399;
}
b            {  color: #6666FF; font-weight: bold }

h1, h2, h3, h4, h5, h6	{
	font-family: Tahoma, Arial Rounded MT Bold, Arial, Helvetica;
}
h1           { color: #660066 }
h2           { color: #3333CC }
h3           { color: #800000 }
h4				{	color: #663399;}
h5				{	color: #FF6699;}
h6				{	color: #339966;}
TD {
	font : 10pt;
}

.border      { border-style: inset }
.small       {
	font-size: xx-small
}