body		{font-family: "Arial Narrow", Arial, Sans-serif; }
p			{font-size: 10pt; }
h1			{font-size: 18pt; font-weight: bold; color:#CC9900; }
a:link		{color:#CC9900}
a:visited	{color:#999999}
a:hover		{color:#CC9900}
a:active	{color:#999999}
td			{font-size: 10pt; }

a.style:link {
font-size: 10pt;
color: red;
}
a.style:active {
font-size: 10pt;
font-weight: bold;
color: red;
}
a.style:visited {
font-size: 10pt;
color: red;
}
a.style:hover {
font-size: 10pt;
font-weight: bold;
color: red;
}

a.login:link {
font-size: 10pt;
color: 000066;
}
a.login:active {
font-size: 10pt;
font-weight: bold;
color: 000066;
}
a.login:visited {
font-size: 10pt;
color: 000066;
}
a.login:hover {
font-size: 10pt;
font-weight: bold;
color: 000066;
}
