.nicetext
{
  text-align: justify;
}

.biglink a
{
 text-align: right;
 background-color: black;
 color: white;
 font-family: "Arial", sans-serif;
 font-size: 24pt;
 text-decoration: none;
}

A.bigthis
{
 text-align: right;
 background-color: brown;
 color: white;
 font-family: "Arial", sans-serif;
 font-size: 24pt;
 text-decoration: none;
}


.links a
{ 
  color: red;
  text-decoration: underline;
}

.links a:hover
{ 
  color: blue;
  text-decoration: underline;
}

.links a:visited
{
  color: green;
  text-decoration: underline;
}

body
{ 
  text-align: center; /* fucking IE */
  font-family: "courier", monospace;
  font-size: 12pt;
  background-color: #F0F0F0;
  color: #000000;
}

p
{
 margin-top: 12px;
 margin-bottom: 12px;
}

p:first-letter
{
 font-size: 18pt;
 font-weight: bold;
}

img
{
 border: 0px;
}


