body{
 background-image:url('graph/graph.gif');
 background-attachment:fixed;
 font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 color: #000000;
 font-size: 10pt;
}

A:link{
 color: #0000FF; 
 text-decoration: none
}

A:visited{
 color: #800080; 
 text-decoration: none
}

A:active{
 color: #FF0000; 
 text-decoration: none
}

A:hover{
 text-decoration: none
}

/* A:hover{
 text-decoration: underline; 
 color: red;
} */

.class1{ 
 -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.7);
 -moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.7);
 box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.7);
}