/* -- / custom css tool / -- */
.focusBox h3 {
    background-color: LightSkyBlue;
    font-family: Arial;
    color: Black;
}

body {
    background-color: Gainsboro;
    background-image: http://images.kw.com/agent_photos/1/4/7/147159/library/images_1264716016089.jpg;
    background-repeat: repeat;
}


body {
    background-color:#000080;
    background-image: none;
    background-repeat: no-repeat;
}
.focusBox h3 {
    background-color: #00CCFF;
    font-family: Arial;
    color: Black;

}
<html>
<head>
<style type="text/css">
a:link {color:#0000FF;}    /* unvisited link */
a:visited {color:#0000FF;} /* visited link */
a:hover {color:#0000FF;}   /* mouse over link */
a:active {color:#0000FF;}  /* selected link */
a:link {background-color:#33CCFF;}    /* unvisited link */
a:visited {background-color:#33CCFF;}    /* visited link */
a:hover {background-color:#33CCFF;}   /* mouse over link */
a:active {background-color:#33CCFF;}  /* selected link */
</style>
</head>
