body{
    font-family: Arial;
}

input{
    font-size:12px;
    color: #000080;
}
textarea{
    font-size:12px;
    color: #000080;
}

.page_title{
    font-size:14px;
    color: #000080;
    font-weight:bolder;
    text-transform:uppercase;
    text-decoration: underline;

}

.plain_text{

    font-size:12px;
    color: #000080;
}

.button{
  margin-left:20px;
  border-width:1px;
  border-color:#000080;
  background-color:#ffffff;
  width:90px;
  height:20px;
}
.error{
   font-size:12px;
   color: #CD5C5C;
}

.link{
     font-size:12px;
     font-weight:bold;
    color: #000080;
    text-decoration: none;

}
