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


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;
}
