
body 
 { 
  font-family:Century Gothic, Arial, sans-serif;
  background: #CCCCCC none repeat-y; 
 }

/* links */
a:link 
 { 
  color:#333333; 
  text-decoration:underline; 
 }

a:visited 
 {
  color:#333333; 
  text-decoration:underline; 
 }

a:hover 
 {
  color:#333333;
  text-decoration:none; 
 }

a:visited:hover 
 {
  color:#333333;
  text-decoration:none; 
 }
/* links ende */


.headline
 {
  font-size:14px;
  font-weight:bold;
  line-height:10px;
  color:#333333;
  padding-left:5px;
 }
 
.content
 {
  font-size:12px;
  line-height:14px;
  color:#333333;
  text-align:left;
  padding-left:5px;
 }
 
.name
 {
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  color:#333333;
 }
 
.copyright
 {
  font-size:10px;
  line-height:14px;
  color:#333333;
  text-align:left;
 }

.input_form
 {
 border:1px solid #000000;
 font-family:Century Gothic, Arial, sans-serif;
 font-size:12px;
 }
 

 
 


