 a:link {

font-family: "Times New Roman", Times, serif;

    color: #B2E050;
    background-color: transparent;
    text-decoration: none;
}

body {
  background-color: lightblue;
}


a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: yellow; font-size:20px}
    background-color: transparent;
    text-decoration: underline;


a:active {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}



body {
        background:url("../dd/grad1x.png"), black;  /*background:url("../dd/background.jpg");norepeat;*/
	
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}


