
::selection {
    background: #707173;
    color: #ffffff;
}
::-moz-selection {
    background: #707173;
    color: #ffffff;
}


/* global  */
*{ border:0; margin:0; padding:0; outline:0; }

a{
	font-family: 'Verdana';
	color: #707173;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

.notSelectable{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* body */
body{
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #707173;
	background-color: #ffffff;
}