@font-face {
    font-family: 'isocpeurregular';
    src: url('fonts/isocpeur-webfont.eot');
    src: url('fonts/isocpeur-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/isocpeur-webfont.woff2') format('woff2'),
         url('fonts/isocpeur-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body
{
	background-color: #AAAAAA;
	font-family: isocpeurregular, sans-serif;
	font-size: 9pt;
	color: #000000;
}

p
{
	width: 600px;
	display: inline-block;
}

.fragment
{
	text-align: left;
	font-family: "Courier";
	line-height: 150%;
}
.menu
{
	text-align: left;
	text-transform: uppercase;
}
.credit
{
	font-family: "Courier";
	text-align: right;
}
.logo
{
	text-align: right;
}

a
{
	color: #000000;
}
a:visited
{
	color: #000000;
}

hr
{
	width: 600px;
	border: 0.5px solid #444444;
}

::-moz-selection { /* Code for Firefox */
  color: black;
  background: yellow;
}

::selection {
  color: black;
  background: yellow;
}