/*
AMP Frame ver 1.0.0
Default Template
template/default/css/style.css
Style Sheet
*/
body{
    background-color: white;
}
#topnav a{
    color: white;
    text-decoration: none;
}
#topnav a:hover{
    color: #CCC;
}
#navbrand a:hover{
    color: white;
}
@media print{
    .print-hide{
        display: none;
    }
    .print-show{
        display: block;
    }
}
