CSS and Forms example
input {
border: 1px solid #000000;
font-weight: bold;
background-color: #F5F5F5;
}
CSS and the HTML body
body {
background-color: #FFFFFF;
color: #000000;
margin: 0 20% 0 20%;
}
CSS and reformating tags
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
}