@font-face {
    font-family: 'NexaLight';
    src: url('fonts/NexaLight.otf');
}

@font-face {
    font-family: 'NexaBold';
    src: url('fonts/NexaBold.otf');
}

* {
	font-family: NexaLight;
}

iframe {
	border: 1px;
}

table {
	margin-left:auto; 
	margin-right:auto;
}

h1 {
    color: black;
    font-size: 200%;
}

.noSpace {
	padding: 0px;
	margin: 0px;
}

#oak {
	color: #6B0E0B;
}

#header {
	margin-bottom: 0px;
}

p  {
    color: black;
    font-family: NexaLight;
    font-size: 100%;
}

#portrait {
    border: 1px solid black;
}

#link {
	color: #6B0E0B;
}

#link:hover {
	font-family: NexaBold;
}