body { font-family:	  Verdana, Geneva, Arial, sans-serif; 
       font-size:	  medium; 
       font-weight:	  bold; 
       background-image:  url(/english/images/DjunaBarnes.jpg);
     } /* this rule selects all fonts and makes them sans-serif */

h1  { text-align:   center;
      font-size:    200%;
      margin-top:   75px;
     }

h2     { text-align:   center;
	 font-size:    150%;
        }

h3 { color: white;
    }

#english  {    border-color:     black;
               border-width:     10px;
               border-style:     solid;
               background-color: #000033;
               padding:          25px;
               margin:           30px;
               margin-left:      75px;
            }

#english h1 { color: white;
             }


#guides { border-color:     white;
          border-width:     1px;
          border-style:     solid;
          background-color: #d1d3d1;
          padding:          25px;
          padding-left:     100px;
          margin:           115px;
          margin-right:     1px;
          margin-top:       50px;
          margin-bottom:    30px;
          }

.links { color: #000109; }


#home { color: white;
        }

#contact { color: white;
          }




a:link { color: #000033;
        }


a:visited { color: #990000;
       }

a:hover { color: yellow;
       }