/* CSS Document */

a:link {color: #ff6701; text-decoration: underline;}
a:visited {color: #ff6701;}
a:hover {color: black; text-decoration: none;}

body {
font: 13px Verdana, Helvetica, sans-serif;
color: black;
background-image: url(graph/background.jpg); 
background-position: bottom left;
background-attachment: fixed;
background-repeat: repeat-x;
}
