@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic");

.shadow_rounded {
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #999999;
}

a.nav:visited {
    color: #333333; 
    text-decoration: none; 
    cursor: pointer;
}
a.nav:link {
    color: #333333;
    text-decoration: none; 
    cursor: pointer;
}
a.nav {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}