body
{
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1
{
    COLOR: blue;
    FONT-SIZE: 25px;
    FONT-WEIGHT: bolder;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
h2
{
    COLOR: #DC143C; /* crimson;*/
    FONT-SIZE: 18px;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif
}
h3
{
    COLOR: #A9A9A9 /* darkgray; */
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica
}
a.link
{
    background-color: #FF9933;
    text-decoration: none;
    color: #DC143C; /* crimson;*/
    font-weight: bolder;
}
th
{
	font-weight:bold;
    text-align: center;
    background-color: #FF6633;
}
a
{
	COLOR: #000000;
	background-color : #FF6633;
	text-decoration: none;
}
a:hover
{
	COLOR: #FF9933;
	text-decoration: none;
}

