/* CSS Document 
Style sheet for OpenVMS Web Ring construct.*/

.VMSWebRing {
	text-align: center;
	color: #FFF;
	}

.VMSWebRing a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	color: 0000FF;
	}
.VMSWebRing a:focus, .VMSWebRing a:hover {
  color: #00CCFF;
	text-decoration: underline;
	}
.VMSWebRing a:visited {
	color: #990000;
	}