/* Stylesheet for bruehl.tv */
/*  Copyright 2004 by Xept  */

/* Standard css */

body {
  margin: 5px;
  padding: 5px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  color: black;
}

.formborder { 
  border: 1px solid #000000;
  height: 20px;
}

a:link,a:visited,a:hover,a:active,a:focus {
  color: blue;
  text-decoration: none;
}

div.c1 {
  text-align: center;
}

img.validator {
  border:0;
  width:88px;
  height:31px;
}

/* Begin Footer */
div#footer {
  clear: both;
  background-color: white;
  text-align: center;
  font-size: 10px;
}
/* End Footer */

