p {  
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;  
  font-style: normal;  
  font-weight: normal;
}

h1 {  
  font-size: x-large;
}

h2 {  
  font-size: large;
}

h3 {  
  font-size: medium;
}

table {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;  
  font-size: 14px;  
  color: black;
}

td {
}

a {  
  text-decoration: none;  
  font-weight: bold;  
  color: red;
}

a:hover {  
  color: black;
}

a:link {  
  font-weight: bold;  
  text-decoration: none;
}

img {  
  background-color: silver;
}

input {  
  font-size: 14px;  
  font-style: normal;  
  font-weight: bold;  
  color: red;  
  border-top-color: silver;  
  border-right-color: silver;  
  border-bottom-color: silver;  
  border-left-color: silver;  
  background-color: #003366;
}

.kleiner {  
  font-size: 10px;
}

body {  
  background-color: silver;
}

