html { overflow-x:hidden;overflow-y:scroll; }

body {

	font-size: 11px;

	font-family: Verdana, sans-serif;

	background: #fff;

	color: #333;

}



a:link { text-decoration: none; color: #f06;}

a:active { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: underline; }



a img { border: none; }



p {

    margin: 0 0 9px 0;

}



h1 { font-size: 32px; }

h2 { font-size: 24px; }

h3 { font-size: 16px; }

h4 { font-size: 12px; }



.box {

  margin-left:10px;

}

.box0 {

  float: left;

  margin-left:10px;

  width: 230px;

}

.box1 {

  float: left;

  margin-left:10px;

  width: 250px;

}



.box2 {

  float: left;

  margin-left:10px;

  width: 300px;

}



.content {

  clear: both;

}



.content h4 {

  float: left;

  margin-left:10px;

}



.about {

  clear: both;

  margin-left:10px;

}



.command {

  margin-left:10px;

  margin-top: 30px;

  color: #ffffff;

}