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

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

/* lijst */
li	{
		text-align:left;
}

/* 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;
}