@charset "UTF-8";
/* CSS Document */

/* @font-face {
    font-family: 'GlassTTYVT220Medium';
    src: url('../fonts/GlassTTYVT220Medium/glass_tty_vt220-webfont.eot');
    src: url('../fonts/GlassTTYVT220Medium/glass_tty_vt220-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GlassTTYVT220Medium/glass_tty_vt220-webfont.woff') format('woff'),
         url('../fonts/GlassTTYVT220Medium/glass_tty_vt220-webfont.ttf') format('truetype'),
         url('../fonts/GlassTTYVT220Medium/glass_tty_vt220-webfont.svg#GlassTTYVT220Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

html, body {
			text-decoration:none;
			background-color:#000000;
			color: #b98000;
}
body {
			background-color:#000000;
			color: #b98000;
			line-height:1em;

		}
a:link {
		color: #b98000;
	}
a:visited {
		color: #b98000;
	}
a:hover {
		color: #b98000;
	}
a:active {
		color: #b98000;
	}
#formLink {
		color: #b98000;
		border:0;
		background-color:#000000;
	}
	
.cvContent h1 {
	color: #b98000;
}
.cvContent h2 {
	color: #b98000;
}
.cvContent h3 {
	color: #b98000;
}

.item p {
	font-size:9pt;
}
.item p strong {
	font-size:9pt;
}
