@font-face {
    font-family: 'Computer Modern';
    src: url('fonts/cmunbi.ttf');
}

@font-face {
    font-family: 'Computer Modern Serif Italic';
    src: url('fonts/cmunsi.ttf');
}

html
{
	background-color: #f9f6ef ;
	font-family: 'Computer Modern';

}

h1
{

}

table
{
	margin: auto;
	border-collapse: collapse;
	text-align: left;
}

td
{
	border: 1px solid black;
	width: 40px;
	height: 40px;
	padding-left: 10px;
}
.centered
{
	text-align: center;
}

.italic
{
	font-family: 'Computer Modern Serif Italic';
}

.motif
{
	background-image: url("dots.png");
}

a
{
	text-decoration: none;
	color: black;
}