html {height:100%;}

body { background-color: #dbedfd;
background-image: url(images/bg.gif);
background-position: center;
background-repeat:repeat-y;
height:100%;
margin:0%;
padding:0%;
}



p {}

td { }

a:link { color: blue; outline: none }

a:visited { color: purple; outline: none }

a:hover { color: purple; outline: none }

a:active { color: red; text-decoration : none; outline: none}

