      body {
          color: rgb(50,100,200);
          background-color: white;
      }

      h1 {
          text-align: center;
      }

      h1,h2 {
          color: rgb(50,100,200);
      }
      
      .whiteLinks a:link { color: white; }
      .whiteLinks a:visited { color: gray; }
      .whiteLinks a:hover { 
               background-color: white;
               color: black;
               }

      #left h2 { 
         color: white; }

	   #left {
	  		background-color: rgb(50,100,200);
	  		color: white;

         float: left;
			width: 150px;
         height: auto;

         padding: 1em;
         line-height: 150%;         
			}

	  #central {
	  		color: black;

            margin-left: 200px;
			margin-right: 10px;

			height: auto;

			}

	  #photos {
	  		color: black;
	  		background-color: rgb(180,220,255);

	  		border : 4px solid white;

            padding: 1em;
			}

	   #description {
            padding: 1em;
	   }
      
      #descriptionBullets {
            padding: 1em;
            line-height: 220%;
      }

	   #footer {
	   	 text-align: right;
      	 color: white;
	  	    background-color: rgb(180,220,255);
	   }

      #languages { 
         position: absolute;
         left: 5px;
         top:  5px;
         padding: 5px;
      }
      
      
// --- student budget --------      

      .day, .school_day {
      }
      
      .school_day h3 { 
         background-color: rgb(50,100,200);
         color: white;        
      }

      .day h3 { 
         background-color: orange;
         color: black;        
      }

      .activity{
      }
      
      .extra_activity{
         font-style: italic;
      }
      
      .price,.total {
         position: absolute;
         right: 30px;
      }
      
      .box {
         padding: 5px;
         border: solid 3px white;
         background-color: rgb(200,200,255);
      }
      