
html, body, div, h1, h2, 
h3, h4, h5, h6, ul, ol, 
dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td { 
margin: 0; 
padding: 0; 
}

body { 
color: #333; 
font: 62.5% Georgia, Times, serif;
}

div#container { 
font-size: 1.2em; 
line-height: 1.5em; 
margin: auto; 
padding: 20px; 
width: 600px;
}

h1{ 
font: 3em Helvetica, Arial, Verdana; 
margin-bottom: 6px; 
}

p { 
margin-bottom: 18px; 
}

div.column { 
float: left; 
width: 275px; 
}

div.alt { 
float: right; 
}

