body{
    font-family:Arial, Helvetica, sans-serif !important;
}
.backg{
    background-image:url('../img/personal/courses/corelbg.jpg');
    background-repeat:repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.trans{
    opacity:0.5;
}
a.anc:link{
text-decoration:none;
color:white;
background-color:black;
box-shadow:0px 8px 16px 0px white;
padding:30px;




}
a.anc:hover{
    text-decoration:none;
    background-color:white;
    color:black;
    box-shadow:0px 8px 16px 0px black;
    
    font-weight:bold;
  
}
.txt{
    text-shadow: 1px 1px 2px red, 0 0 15px yellow, 0 0 5px black;
}

.txt2{
    text-shadow: 1px 1px 2px black, 0 0 15px yellow, 0 0 5px white;
}


/*link 2 style starts here*/

a.anc2:link,a.anc2:active,a.anc2:visited{
    color:white!important;
    text-decoration: none !important;
}
a.anc2:hover{
    color: red !important;
    text-decoration:none;
    font-weight:bold;
}

/*link 2 style starts here*/



