body {background: black;
	font-size: 12pt;
	font-family: Times New Roman;
	font-weight: normal;}

a:link {text-decoration: underline;
	color: #ff6633;}

a:visited {text-decoration: underline;
	color: #ccffff;}

a:hover {color: blue;
	text-decoration: overline;
	background: orange;
	border-style: groove;
	border-color: cyan;}

.yellow {color: yellow;}

.white {color: white;}

.red {color: red;}

.cyan {color: cyan;}

.magenta {color: magenta;}

.neongreen {color: #S00ff00;}

.orange {color: orange;}

.purple {color: purple;}

.blue {color: blue;}

.pink {color: pink;}