body { 
	font-family: 'courier new', courier, monospace;
	font-size: 12pt;
	background-color: white;
}

h1,h2 { 
	font-weight: normal;
}

h1 {
	font-size: 450%;
	line-height: 0.599em;
}

h2 {
	font-size: 123%;
}

a { 
	text-decoration: none;
	outline: none;
	color: black;
}

#header {
	position: absolute;
	top: 0px;
	left: 120px;
	_margin-top: 28px;
	padding-top: 5px;
}

#header2 {
	position: absolute;
	top: 136px;
	left: 500px;
	font-size: 150%;
	white-space: nowrap;
}

#menu {
	position: absolute;
	top: 400px;
	left: 120px;
}

#content {
	position: absolute;
	width: 500px;
	top: 240px;
	left: 340px;
}

#cv {
	width: 750px;
}

.red {
	color: red;
}

.gray {
	color: #777777;
}

.contact {
	text-decoration: underline;
}

.cvhead {
	font-size: 115%;
	font-weight: normal;
	line-height: 2em;
	color: red;
}

.thumbs {
	padding: 0px 0px 5px 0px;
	border: 0;
}

#about {
	padding-top: 1px;
}

#about p:first-letter {
	font-size: 200%;
	color: red;
	line-height: 0px;
}