body
{
	cursor: default;
}
A:link,A:visited,A:active
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: white;
}
A:hover
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.mainText{
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.notbutton{
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: #5533CC;
	width: 170px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	cursor: hand;
}

