/* Def element styles */

body, table {
  font-family: verdana;
	font-size: 12px;
}

a {
	color: green;
}

a:hover {
	color: black;
}

/* Custom classes */

.highlight {
	font-weight: 700;
	color:  green;
}
