
body {
	background-color: #4B4B4B;
	color: white;
}


/* links */

a:link { 
	font-weight: bold;
/*	font-size: 120%;*/
/*	text-decoration: none;*/
	color: #8888FF;
}

a:visited { 
	font-weight: bold;
/*	text-decoration: none;*/
	color: white;
}

a:hover {
	font-weight: bold;
/*	text-decoration: none;*/
	color: #FFD700;
}

@media all and (max-width: 1800px) and (min-resolution: 130dpi)
{
  body 
  {
    font-size: 700%;
  }
}

