A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: #CCCCFF;}


.box		{
		border:1px solid rgb(200,200,200);
		padding:6;
		margin-bottom:2;
		background:rgb(11,11,11);
		color:rgb(200,200,200);
		font-face:Tahoma;
		font-size:10px;
		width:95%;
		align:center;
		}

.box a:link,
.box a:visited	{
		color: rgb(200,200,200);
                text-decoration: none; 
		}

.box a:hover 	{
		text-decoration: underline; 
		color:#CCCCFF;
		}

