/* CSS Document */

body { background : #000000; margin: 0;}
border-top { 12px solid #000000 }
body { margin-top: 12px; }

a:link {
	color: #FF6699;
	text-decoration: none;
}
a:visited {
	color: ff3399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #ff99ff;
	text-decoration: none;
}

#popup {
	font-size: 10px;
	font-family:"Times New Roman", Times, serif;
	text-align: right;
}