body { position:absolute; margin:0; border:0; padding:0; width:100%; height:100%; overflow:hidden; }
a { font-weight:normal; text-decoration:none; }
a:hover { font-weight:bold; }
.left {
	text-align:left;
	}
.cen {
	text-align:center;
	}
.right {
	text-align:right;
	}
.justify {
	text-align:justify;
	}
.bold {
	font-weight:bold;
	}
