body {
    margin: 0;
    padding: 0em;
    text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
    background-color: #FFFFFF;
    }
    
body#CV #header {
    display:none;
 }
 
body #navlist {
    display:none;
 }
 
#footer {
    display:none;
}

.noprint {
    display:none;
}

.admin {
    display:none;
}

.content {
	text-align:left;
	}
	
td {
	text-align:left;
	}

td h3 {
	margin-top:1em;
	}

.rightcolumn {
	margin-top:2em;
	text-align:left;
}

.leftcolumn {
	border:none;
}

h3 {
	margin-bottom:0em;
	padding-bottom:0em;
	}
	
table { border-spacing: .6em; }
table { border-collapse: seperate; }