*{
  font-family:"trebuchet ms", helvetica, arial, sans-serif;
  font-size:12px;
}
/*___________Typos____________________________________________________________*/
p{
  
}
#header p{
  font-style:italic;
}
.phrase{
  font-size:20px;
}
.generated{
  font-size:11px;
}
.errors{
  color:red;
  margin-left:25px;
}
/*___________Links____________________________________________________________*/
a{
  text-decoration:none;
  color:#ff6600;
}
a:hover{
  text-decoration:underline;
}
a img{
border:0;
}
#footer a{
  color:#fff;
  text-decoration:underline;
}
/*___________Titles___________________________________________________________*/
h1{
font-size:14px;

}
h2{

}
h3{

}
h4{

}
/*___________Lists____________________________________________________________*/
ul, ol{
  margin:0;
  padding:0;
}
li{
  list-style-type:square;
}
/*__________Input_____________________________________________________________*/
input{
  border:1px solid #000;
}
textarea{
  border:1px solid #000;
}
.button{
    border:0;
}
