/* element styling for sannetekent.nl */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {
	color:blue;
}

a:hover {
	color:red;
}

a:visited {
	color:black;
}

/* no lines around image links */
a img {
	border:none;
}

h1 {
	font-size:17px;
	font-weight:normal;
	font-style:italic;
}

h2 {
	font-size:15px;
}

hr {
	border:none;
	width:90%;
	background-color:black;
	height:1px;
}

input, textarea, select {
	border:1px solid black;
}

/* Info page */
#navigatie a {
	color:black;
}

#navigatie a:hover,
#navigatie a.current {
	font-weight:bold;
}

#navigatie a:visited {
	color:black;
}

td {
  border:none !important;
}