html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

body{
	margin:0px 0px 0px 0px;
}

table{
	border:0px;
}

A:link { color: #006699}       /* unvisited link */
A:visited { color: #006099 }   /* visited links */
A:hover { color: #005588 }    /* active links */

.Algos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.AlgosIdent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	text-indent: 1cm;
}

.about {
	font-family: Verdana;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #006699;
	margin:0px;
	margin-bottom:10pt;
	padding:0px;
}