
textarea
{
    width: 600px; 
    height: 400px; 
    cols=60;
    rows=5;
    color: blue;
    font-size: 30px; 
    font-family: Verdana, Impact, "Arial Black", Arial, sans-serif;
}
p
{
    color: red;
}

