@charset "utf-8";
/* CSS Document */

div {border: blue medium dotted; }
p { color : black;
    font-size: 1.2em;
	border: green medium solid;
}

/** on this page
    all fonts and text are consistent,
    unless you have a more specific rule, aka p tag */

body { color: blue; 
       font-family: Arial, Helvetica, sans-serif;
}





