/* standaard lettertype */
body, td	{
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size: 14px;
			text-align:justify;
			background-attachment: fixed;
        	background-repeat: repeat;
			text-decoration: none;
		}

/* standaard links */
a:link {  color: red; text-decoration: none }
a:visited {  color: red; text-decoration: none}
a:hover {color: red; text-decoration: underline}
a:active  {color: red; text-decoration: none}

/* lijst */
li	{
		margin-left: -24px;
}

/* tekstinvoervelden */
.inputfield input,.inputfield textarea {
  width: 180px;
  border: 1px solid #000000;
  padding: 2px;
}

/* knoppen */
.button input {
  width: 180px;
  border: 1px solid #000000;
  background-color:#E73131;
  color: #FFFFFF;
  padding: 0px;
}