@font-face 
{
    font-family: 'Computer Modern Concrete Roman';
    src: url('../font/cmunorm-webfont.eot');
    src: url('../font/cmunorm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/cmunorm-webfont.woff') format('woff'),
         url('../font/cmunorm-webfont.ttf') format('truetype'),
         url('../font/cmunorm-webfont.svg#cmu_concreteroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-family : 'Computer Modern Concrete Roman';
	background-color : #000;
	color : #fff;
	text-align: center;
}

h1
{
	font-size : 40px;
}

p
{
	font-size : 20px;
	margin : 10px 0 30px;
}

p.mailaddress
{
	color : #aaa;
}

a
{
	font-size : 20px;
	text-decoration : none;
	color : #fff;
	background-color : #a00;
	border-radius : 5px;
	padding : 2px 20px 2px;
}


