BODY, TD{
    background-image : url(BACKGROUND_01.JPG);
    background-attachment : fixed;
    background-color: White;
    margin : 5px 10px 5px 10px;
    font-family : Arial;
    font-size : 14px;
}
 
A:Link {
	color: blue;
}

A:Visited {
	color: purple;
}

A:Hover {
	color: red;
}

H1{
    text-align:center;
    font-family : "cursive, serif, sans-serif, arial, times new roman";
    font-size : 24px;
    font-weight : normal;
    font-style : italic;
    color: #F5FCAD;
    width: 100%;
    filter: glow(color="Maroon", strength="10");
}

H2{
    font-size : 16px;
    font-weight : bold;
    text-align:center
}
