body {  
        font-family : Arial, verdana;
        font-size : 10pt;
        font-style : normal;
        color : black;
	background-color: white;
    background-image: url("test.gif");
	background-repeat: repeat-y;


}
    
A{color:black;}
A:hover{color:red;}