﻿@charset "utf-8";
body
{
 font-family: "Times New Roman", Times, serif;
 margin: 0px;
 padding: 0px;
 background: #000000 url(/images/leaf_small.gif) fixed;
}
/* CSS Document */

a:hover
{
 color: #FF0000;
}
a:link
{
 color: #009000;
}
a:visited
{
 color: #009000;
}
a:active
{

}
