/* 
    Document   : resources
    Created on : 19-May-2009, 09:35:05
    Author     : Craig
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.links-box{
    width:300px;
    float:left;
    margin:18px;
    text-align:center;
}
.ecb{
    text-decoration: none;
}
        .ecb:link{color:#0727cf;}
        .ecb:visited {color:#0727cf;}
        .ecb:hover {color:#b50713;}

.links-box-head{
    height:20px;
    padding:5px;
    background-color:aqua;
    text-align:center;

}


