         .beach-image
         {
            background-image: url("/template_images/the_beach.jpg"); /* The image used */
            background-color: #cccccc; /* Used if the image is unavailable */
            height: 400px; /* You must set a specified height */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
            border-radius: 10px;
         }
         
         .exp-image-1
         {
            background-image: url("/template_images/time_management.png");
            background-color: white; /* Used if the image is unavailable */
            height: 650px; /* You must set a specified height */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
            padding: 10px;
         }
         
         .exp-image-2
         {
            background-image: url("/template_images/the_beach.jpg");
            background-color: white; /* Used if the image is unavailable */
            height: 600px; /* You must set a specified height */
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
            padding: 10px;
         }
         
         .white-box
         {
            background-color: #FFFFFF;
            border-radius: 10px;
            clear: left;
            border: 3px solid orange;
            margin: 30px auto;
            overflow: hidden;
            padding: 5px;
            text-align: left;
            width: 85%;
            zoom: 1;
         }
         
         .font1
         {
            font-family: calibri,"trebuchet ms","comic sans ms",helvetica,arial;
            font-size: 20px;
            font-weight: bold;
         }
         
         .font2
         {
            color: red;
            font-family: calibri,"trebuchet ms","comic sans ms",helvetica,arial;
            font-size: 30px;
            font-weight: bold;
         }
         
         .font3
         {
            font-family: calibri,"trebuchet ms","comic sans ms",helvetica,arial;
            font-size: 20px;
            font-weight: bold;
         }
