.titleLine {            /* For the first line in the page */
  text-align: center;
  color: red;
  font-size: 2em; }

.text {                 /* Text other than the title and the no-name line */
  text-align: center;
  color: green;
  font-size: 1.5em; }

.noName {               /* No name no greeting text */
  text-align: center;
  color: red;
  font-size: 1.5em; }

.center { text-align: center; }

.pageWrapper {          /* For the entire page contents */
  margin-left: auto;  
  margin-right: auto;
  width:60%;
  background-color:#ffffcc;
  border: 1px solid black;}

.inputTextFields {          /* For all input fields of type textd*/
  font-size: 1.3em;
  text-align: center; }
