/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

.floatLeft {float:left;}
.floatRight {float:right;}

.clearBoth {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:Right;}

body {
font-family: Arial, Helvetica, sans-serif;
color:#333333; 
background:#333333;
}

