Code:
h1,h2,h3,h4{
margin:0;padding:0;color:#FFF;background-color:transparent;background-image:none;
}
p{
margin:0;padding:0;color:white;background-color:transparent;background-image:none;
}
a{
text-decoration:none;background-color:transparent;background-image:none;
}
img{
border:0;
}
/* layout */
#wrapper{
margin:0 auto;padding:0;width:760px;text-align:left;
}
#header{
margin:0 auto;padding:0;width:760px;height:183px;
}
In that block alone, I can see about 9 completely unnecessary rules. Also note the inconsistency between the headings and p selectors with color. The html mark-up is not the cleanest, but not horrible either.
On*http://flywire.com.au/ (from the folio) I spotted a number of inline styles.
Bookmarks