.Subject_Div_Style{
color:white;
height:100px;
padding:10px;
border:2px solid white;
border-radius:10px;
background:rgb(66,189,194);
}

.Subject_Div_Style:hover{
    cursor:pointer;
}

.Subject_Div_Image_Style
{
position:absolute;
right:10px;
bottom:5px;
height:17px;
width:25px;
}