@font-face {
  font-family: "whois";
  src: url(whois-mono.ttf) format("truetype");
}

.hideBody{
	display: none;
}
.cv p:not(.year){
	text-indent: 1em
}
p{
	margin: 0;
}
*{
	font-family: arial;
	line-height: 1.3em;

}
.teaching sup{
	color: salmon
}
.talk sup{
	color: green
}
.exhibition sup{
	color: HotPink
}
.feature sup{
	color: red
}
sup{
	margin-left: 7px;
}

.year{
	margin-top: 5px;
}

a{
	color: black
}
a:hover{
	color: blue
}

body{
	font-size: 14px
}