
@media screen
  {
  body
    {
    margin: 0;
    padding: 1em 1em 1em 1em;
    }
  div.fixedBox {
	position: fixed;
	top: 250px;
	left: 15px;
	border: 0px solid #000;
	background: #fff;
	text-align: right;
	width: 150px;
	padding-right: 5px;
	margin: 0px;
	font-family: Arial, sans-serif;
	line-height: 180%;
	font-size: 11px;
    }
  div.fixedBox p
    {
    margin: 1em;
    }
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    padding: 0 1em 0 14em;
    font-size: 100%;
    }
  * html div.fixedBox
    {
    position: absolute;  
    }
  /* All done. */
}

a:link {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #993300;
	text-decoration: underline;
	background-color: #FFFFCC;
}

a:visited {
	color: #669900;
	text-decoration: none;
}


.quartets {
	width: 600px;
	padding-left: 15px;
	margin-left: 200px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	font-size: 13px;
}

p {
	line-height: 135%;
}

.small {
	font-size: 12px;
}

