

body {
	background-color: #000033;
}

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

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

a:hover {
	text-decoration: underline ;
}

a:active {
	color: #999999; text-decoration: none;
}

img.article
	{
	padding: 5px ;
	}


plain-link {
	a:link {
		color: #0000FF; text-decoration: underline;
		}

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

	a:hover {
		text-decoration: underline;
		}

	a:active {
		color: #0000FF; text-decoration: none;
		}
}