<% Response.ContentType = "text/css" %>
a:link {color: #0000CD; text-decoration: none}
a:visited {color: #0000CD; text-decoration: none}
a:hover {color: #FFA500; text-decoration: underline}
a:active {color: #0000CD; text-decoration: none}
{
font-size: 12px;
}
p
{
font-size: 12px;
font-family: arial;
}
td
{
font-size: 12px;
font-family: arial;
}
h1
{
font-size: 24px;
font-family: arial;
}
h2
{
font-size: 14px;
font-family: arial;
}
p.text1
{
font-size: 14px;
font-family: arial;
}
p.text2
{
font-size: 10px;
font-family: arial;
font-style: italic;
}