body
{
    Background-color : rgb(255 , 255 , 0);
    Background-repeat : repeat;
}
a
{
    Font-family : sans-serif;
    Font-weight : normal;
    Font-size : medium;
    Font : Arial;
    Color : blue;
}
a:visited
{
    Font-family : sans-serif;
    Font-weight : normal;
    Font-size : medium;
    Font : Arial;
    Color : purple;
}
h1
{
    Font-family : sans-serif;
    Font-style : normal;
    Font : Arial;
    Font-weight : bold;
    Font-size : x-large;
    Color : black;
}
h2
{
    Font-family : sans-serif;
    Font-weight : normal;
    Font-size : large;
    Font : Arial;
    Color : black;
}
