@font-face {
    font-family: 'Argentum Sans';
    src: url('argentum-sans.light.ttf')  format('truetype');
}
p, td, body {
    font-size: 11pt;
    font-family: 'Argentum Sans', 'Lora', Sans;
    line-height: 1.5;
}

:root {
  --main: #5c068c;
}

#menu a { 
    color: white;
}
#menu ul {
    list-style: none;
}
#menu hr { 
    color: white;
    background-color: white;
    border: none;
    opacity: 0.8;
    height: 1px;
}
h1 { 
    color: var(--main);
    border-bottom: 1px solid var(--main);
    font-size: 16pt;
}
h2 { 
    color: var(--main);
    font-size: 13pt;
}
h3 { 
    font-weight: bold;
    color: var(--main);
}
a {
    color: var(--main);
	text-decoration: none;
}
hr {
    background-color: var(--main);
    border: var(--main);
    opacity: 0.8;
}
th {
	font-size: 10pt;
	text-align: left;
	font-weight: normal;
	border: 1px solid #cccccc; background-color: #eeeeee; 
}

.langon { color: yellow; font-weight: bold; }

#base  { background-color: var(--main); }
