/* Main Default CSS for Dimension Trader*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 14px; 
}
 
/* Actions*/
:focus {
	outline: 0;
}

/*Text Defaults*/
body, a, p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Sans-serif;	
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

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

table td {
	padding: 0;
}

/*Anchors*/
a {
	text-decoration: none;
	font-size: 19px;
	color: #666666;
}

/*a:hover {
	position: relative;
	top: -5px;	
}
*/
/*a:hover img  /* Counter effect of usual hover * / {
	position: relative;
	top: 5px;
}*/

/** Images*/
img {
	border: 0px;	
}
