body{
    background-image: url("Tnalak.jpg");
    background-repeat:repeat;

}
h1{
    color: yellow;
    text-align: center;
    

}
p{
    font-size: 14px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    color:white;

}
.buttonRJ
{
    background-color: darksalmon;
    border-color: white;
    height: 40px;
    width: 100px;
    border-style:outset;
    border-radius: 10px;
    border-width: 5px;
    font-family: fantasy;
    background-image: image("");

}
.buttonRJ2
{
    background-color: darksalmon;
    border-color: white;
    height: 30px;
    width: 150px;
    border-style:outset;
    border-radius: 10px;
    border-width: 5px;
    font-family: fantasy;
    background-image: image("");

}
.buttonPlay
{
    background-color: darksalmon;
    border-color: white;
    height: 40px;
    width: 100px;
    border-style:outset;
    border-radius: 15px;
    border-width: 5px;
    font-family: fantasy;
    background-image: image("");

}
.linkRJ
{
    background-color: darksalmon;
    border-color: white;
    border-style:outset;
    border-radius: 30px;
    border-width: 5px;

}
.tableRJ
{
    background-color: darksalmon;
    border-color: white;
    border-style:outset;
    border-radius: 8px;
    border-width: 5px;

}
.text2
{
    color: yellowgreen;
    font-size: 18px;
}

a:link 
{
    color:chartreuse;
    background-color: transparent;
    text-decoration: underline;
}
  
a:visited 
{
    color: orange;
    background-color: transparent;
    text-decoration: underline;
}
  
a:hover 
{
    color: purple;
    background-color: transparent;
    text-decoration: underline;
}
  