body {
background-color: #cc0033;
background-image: url('border.jpg');
background-position: left;
background-repeat: repeat-y;
color: white;
font-family: verdana;
margin-left: 100px;  
margin-right: 20px;  
}


A:link {text-decoration: underline; color: white;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: white;}
A:hover {text-decoration: underline; color: yellow;}