
/* This is the Menu CSS sheet for the Bruno Engler Photography Website */

a:link { text-decoration:none; color:#FFE4B5}
a:visited { text-decoration:none; color:#FFE4B5}
a:active { text-decoration:none; color:#FFE4B5}
a:hover { color:#FFFFFF }
a:focus { focus: none }

body { background-color: #3D3D3D;
       background-image: url("../Design/Gnd3a.jpg");

            font-family: arial, tahoma, sans-serif;
                  color: #CFC7AD;
              font-size: 10pt;
            font-weight: 700;

             margin-top: 15px;
          margin-bottom: 15px;
            margin-left: 0px;
           margin-right: 0px }

table { border-collapse: collapse }

      td { border-style: none;
             text-align: center;
            font-family: arial, tahoma, sans-serif;
                  color: #CFC7AD;
              font-size: 10pt;
            font-weight: 600 }


 h1 { font-family: arial, tahoma, sans-serif; font-size: 18pt; font-weight: normal; color: #E3D9AE }
 h2 { font-family: arial, tahoma, sans-serif; font-size: 16pt; font-weight: normal; color: #E3D9AE }
 h3 { font-family: arial, tahoma, sans-serif; font-size: 14pt; font-weight: normal; color: #E3D9AE }
 h4 { font-family: arial, tahoma, sans-serif; font-size: 12pt; font-weight: 700; color: #E3D9AE }
 h6 { font-family: arial, tahoma, sans-serif; font-size: 08pt; font-weight: 700; color: #E3D9AE }


      .p1 { font-family: arial, tahoma, sans-serif;
              font-size: 10pt;
            font-weight: 600;
                  color: #EDEBDE }

