body {                          
	background-color:#f2f2ff;
	font-family: georgia, "times new roman", times, serif;
 	font-size: 0.9em;
	color: #000000;
    }

a { 	text-decoration: none; 
	color:#800040;
	}

a:hover	{ background-color:#ebebfb; 
	}
	
/* Header text */
#header { font-family: tahoma, geneva, arial, "sans serif";
	color:#fff;
	font-size: 2em;
	letter-spacing: .1em;
	margin-right:5px;
	font-weight: normal;
	}

#header a { color:#fff;
	}

#header a:hover { 
	text-decoration:underline;
	background-color:#9b004e;
	}

#sub { font-family: tahoma, geneva, arial, "sans serif";
	color:#fff;
	font-size: 1em;
	letter-spacing: .2em;
	font-weight:100;
	margin-right:8px;
	}
/* End header text */

/* Main content */
.text { font-family: georgia, times new roman, times, serif;
     font-size: 1em;
     margin-left: 10px;
     margin-right: 10px;
    }

.menu { font-family: georgia, times new roman, times, serif;
     font-size: 1.1em;
     margin-left: 10px;
     margin-right: 10px;
     font-weight: bold;
     letter-spacing: .2em;
    }

.menu p {
     margin-top: 2em;
	}

table {
     	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.cvheading { margin-left: -10px; 
     font-family: trebuchet, verdana, sans serif;
     font-weight: bold; 
    }
    
.heading { margin-left: -10px; 
     font-family: trebuchet, verdana, sans serif;
     font-size: 1.2em;
     font-weight: bold; 
    }

h1 {
	font-size: 1.2em;
}

h1.center {
	text-align: center;
	}

h2 { /* For CV especially */
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	}

h2.portfolio {
	font-size: 1.1em;
	font-weight: bold;
	}

small {
	font-size: 0.8em;
	}

.copyright {
	text-align: center;
	font-size: 0.8em;
	}
/* End main content */
