body{
  font-family: verdana;
  font-size: 12px;
  text-align: center;
}

a{
  text-decoration: none;
  color: #005599;
}

a:hover{
  color: #FF7711;
}

.pHead{
  font-size: 20px;
  font-weight: bold;
  color: #444444;
}

.pHead1{
  font-size: 14px;
  font-weight: bold;
  color: #444444;
}

.pLink{
  margin: 0px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.pText1{
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}

.pText2{
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.tableMain{
  border: solid 1px #AAAAAA;
  border-collapse: collapse;
  width: 800px;
  font-size: 12px;
}

.linkArea{
  border-right: solid 1px #AAAAAA;
  width: 150px;
  padding: 10px;
  height: 450px;
  vertical-align: top;
  background-color: #DDDDDD;
}

.mainArea{
  padding: 10px;
  padding-left: 20px;
  height: 450px;
  vertical-align: top;
  background-color: #EEEEEE;
}

.tableUser{
  font-size: 12px;
  border: none;
  background-color: none;
  width: 800px;
}

.pUserinfo{
  text-align: right;
  font-size: 11px;
}

<!-- Form -->
.textBox{
  font-size: 13px;
  width: 500px;
}

.textBoxBig{
  font-size: 13px;
  width: 500px;
  height: 150px;
  font-family: VERDANA;
}

<!-- Login Area -->
.divLogin{
  border: solid 1px #AAAAAA;
  background-color: #EEEEEE;
  width: 250px;
  padding: 10px;
  margin: 0px;
  margin-top: 50px;
}

.tableLogin{
  font-size: 12px;
  border: none;
}

.textBoxLogin{
  font-size: 12px;
  width: 120px;
}

.loginButton{
  font-size: 12px;
  width: 60px;
}