/* style1 CSS */
body {
background-color:silver;
color:navy
}
h3 { color:green}
em {
background-color:gold;
font-size:120%;
}