body {
	background-color: #FFFFFF;
	color: #444;
	font-family: arial,helvetica,sans-serif;
	padding-left: 5%;
	padding-right: 5%;
	}

#header {
	background-color: white;
	padding: 2px;
	text-align: center;
	}

#header a {
	color: white;
	}

#header table {
	position: relative;
	left: 10%;
	width: 80%;
	}

#lastupdated {
	font-size: small;
	text-align: center;
	}

#skills th {
	text-align: left;
	color: black;
	}

#skills td {
	width: 100%;
	background: #FCFCFC;
	padding: 2px;
	}

h1 {
	color: black;
	text-decoration: underline;
	}
h2 {
	color: black;
	border-bottom: 1px #990000 dashed;
	}
h3 {
	color: #990000;
	}

strong {
	color: black;
	}
