/* CSS 1.0
## Auth: Kain Balzary, Joanthan Mao
## Date: 21 FEB 07
## what to hide and what to show when printing the site.  
*/

body p, body li		{font-family:Arial, Helvetica, sans-serif !important;}
#MainContent ul 	{list-style:circle;}

#MainContent h1{font-size:140%; color:#000; font-weight:normal; background: transparent;}
#MainContent h2{font-size:130%; color:#013042; font-weight:normal;}
#MainContent h3{font-size:120%; color:#013042; font-weight:normal;}
#MainContent h4{font-size:100%; color:#013042; font-weight:normal;}

#nav, #headerimg {display:none;}


