html, body {height:100%;
   padding:0;
   margin:0;
}
body {
   background: rgb(255, 255, 255);
   font-family: tahoma;
   font-size: 10px;
}
div#all{
   height:100%;
   min-height:100%;
   margin: auto;
   width: 453px;
   background: rgb(255, 255, 255);
   margin-top: 50px;
   color: #000000;
   padding: 0 0 0 0px;
}

a {
	font-size: 12px;
	color: #0C3853;
	text-decoration: none;
}
a : hoover {
	font-size: 12px;
	color: #0C3853;
	text-decoration: none;
}
a : active {
	font-size: 12px;
	color: #0C3853;
	text-decoration: none;
}
a : visited {
	font-size: 12px;
	color: #0C3853;
	text-decoration: none;
}