/* formtwo.css */

.info   { 
color: black; 
background-color: 
transparent; 
font-weight: normal; 
}

.warn   { 
color: #0000ff; 
font-size: .8em;
}

.error  { 
color: #c80000; 
font-size: .9em; 
font-weight: bold 
}

h1{
    font-size:10px;
    font-weight: normal;
}

.content{
font-family:  Arial, Helvetica, sans-serif;
font-size: .9em;
}




