body { 
 background-color: #EEE8AA; 
 background-image: url(../images/Parisbild2.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 margin-left: 20px; 
 margin-right: 40px; 
 margin-top: 20px; 
 font-size: 12px; 
 font-family: Courier New, Courier, mono;
 color: #FF9933; 
}

a:link { 
 color: #FF9933; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline;
 font-family: Courier New, Courier, mono; 
}

a:visited { 
 color: #990000; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
 font-family: Courier New, Courier, mono;
}

a:active { 
 color: #FF9933; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: underline; 
 font-family: Courier New, Courier, mono;
}

a:hover { 
 color: #999999; 
 font-size: 12px; 
 font-weight: bold; 
 text-decoration: none; 
 font-family: Courier New, Courier, mono;
}

/*-- Heading.  Used in the "view profile page" --*/
h3 { 
 font-size: 18px; 
 font-family: Courier New, Courier, mono;
 font-weight: bold;
 margin-bottom: 5px;
 color: #ff9933;
}



/*-- Table formatting (profile form, new registration form, etc.) --*/

table {
 border: 1px dotted #990000;
}


/*-- Default table heading formatting --*/

th  .colorBG {
 font-family: Courier New, Courier, mono; 
 font-size: 12px;
 font-weight: bold;
 text-align: center;
}

/*-- Background table color, used in "view mebers" page --*/
.colorBG {
 background: #ffffff;
}

/*-- Default table cell formatting --*/

td .right {
 font-family: Courier New, Courier, mono;
 font-size: 12px;
}

/*-- aligns text to the right, in the various tables --*/

.right {
 text-align: right;
}

/*--  Red text used for "required field" markers in forms. --*/
.red {
 color:       #990000;
 font-weight: bold;
}


/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #ffffff;
  font-family:        Courier New, Courier, mono;
  font-size:          12px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #ffffff;
  font-family:        Courier New, Courier, mono;
  font-size:          12px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #EEE8AA;
  font-family:        Courier New, Courier, mono;
  font-size:          12px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}