body
{
    color: blue;
    background-image: url(images/wall.jpg);
}

A
{
    text-decoration:none;
}

A:link
{
    color: Blue;
}

A:active
{
    color: #aeaea0;
}

A:visited
{
    color: #aeaea0;
}

.container 
{
    text-align: center;
    border: 1 outset #757575;
    width: 202; 
    padding:0; 
    margin:2; 
    overflow :hidden; 
    background-color: silver;
}

EMBED
{
    margin: 0;
    padding: 0;
}