@charset "utf-8";



.hyper_new
{
    color:#871114;
    font-weight:bold;
    text-decoration:none;
    float:right;
}

.hyper_new:hover
{
    opacity:.8;
}


.news_text
{
    text-align:justify;
    text-shadow: 0px 3px 4px rgba(150, 150, 150, 0.56);
    
}


.img_toppers
{
    border:2px solid #095EBD;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
    box-shadow:7px 3px 5px rgba(50, 50, 50, 0.75);
}


.hyper_hotlink
{
    text-decoration: none;
    font-weight: bold;
    color: #333300;
    font-size: 15px;
    margin-left: 15px;
}


.hyper_hotlink:hover
{
    opacity:.8;
}


.hyper_download
{
    text-decoration:none;
    color:Blue;
    font-weight:bold;
    font-size:15px;
}


.hyper_download:hover
{
   opacity:.8;
}


.readmore
{
    
    font-weight:bold;
    text-decoration:none;
    color:#871114;
    float:right;
}


.readmore:hover
{
    opacity:.8;
}


.img_gallery
{
    width:49px;
    height:49px;
    float:left;
   
    border:2px solid white;
     border-radius:5px;
     -moz-border-radius:5px;
     -webkit-border-radius:5px;
     float:left;
    
}

.img_gallery:hover
{
    opacity:.8;
   
}


