/* title:  base.css
   author: Ryan Lin
   date:   07/01/08
   about:  common base definitions I use for all my sites
========================================================== */

html, 
body {
    height: 100%;
}

body {
        font-size: 62.5%;
}

img {
        vertical-align: middle;
}

.clear {
        clear: both;
        height: 1%;
}

strong {
	font-weight: bold;
}
    
sup {
    vertical-align: super;
}
    


