/* 

Author: Sarah Barrett

*/


/*
=GLOBAL SETTINGS
======================================== */

/* remember: insert the global reset */

* {margin: 0; padding: 0} 


/*
=FORM STYLE
======================================== */

/* 
you should style at least THREE of the following

form
fieldset
legend
label

*/



fieldset{
font-family: georgia,times,courier new;
}
legend{
color: blue;
font-size: 34px;
}
label{
color: green;
font-size: 12px;
}