/* html tag styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #ffffff;
	margin: 10px;
}
body, ul, li, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	color: #262626;
}
a:link, a:visited, a:hover, a:active {
    color: #117ef2;
}

