.w100p { width: 100%; }
.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }

.w100 { width: 100px; }
.w200 { width: 200px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }

.left10 { margin-left: 10px; }
.right10 { margin-right: 10px; }
.top10 { margin-top: 10px; }
.bottom10 { margin-bottom: 10px; }

.left { text-align: left; }
.center { text-align: center; }

.bold { font-weight: bold; }
  
.big{
font-weight: bold;
font-size: large;
}

.hide { display:none;}

