
body { font-family: sans-serif; font-size: medium; background: white }
p,td { font-family: sans-serif; font-size: medium }

.center { margin-left: auto; margin-right: auto; text-align: center }
.fixedwidth { width: 600px }

.Plain { font-size: 100%; font-weight: normal; padding: 0; margin: 0 }

.PlainSmall { font-size: 80%; font-weight: normal; padding: 0; margin: 0 }

.PlainBullet { font-size: 90%; font-weight: normal; 
	padding: 0 0 0 2em; margin: 0;
	display: list-item; list-style: square }

.PlainBulletBigger { font-size: 100%; font-weight: normal; 
	padding: 0 0 0 2em; margin: 0;
	display: list-item; list-style: square }

.PlainBulletNested { font-size: 100%; font-weight: normal; 
	padding: 0 0 0 0; margin: 0 0 0 2.0em;
	display: list-item; list-style: square }

.HeaderSection { font-size: 100%; font-weight: bold; 
	padding: 0.1em 0.2em; margin: 0.75em 0 0.1em 0;
	border-color: black; border-width: 2px; border-style: solid }

.HeaderSkill { font-size: 90%; font-weight: bold; font-style: italic;
	text-decoration: underline;
	padding: 0; margin: 0.5em 0 0 0 }

.SkillBullet { font-size: 90%; font-weight: normal; 
	padding: 0 0 0 0; margin: 0 0 0 1.5em;
	display: list-item; list-style: square }

.SkillBulletNested { font-size: 100%; font-weight: normal; 
	padding: 0 0 0 0; margin: 0 0 0 1.5em;
	display: list-item; list-style: square }

.em1 { font-weight: bold; font-style: normal }
.em2 { font-weight: bold; font-style: normal; text-decoration: underline }
.em3 { font-weight: bold; font-style: italic; text-decoration: underline;
	color: #980000 }

a:link { color: blue; text-decoration: underline; }
a:visited { color: blue; text-decoration: underline; }
a:hover { color: black; background-color: #ffff90; text-decoration: underline; }
a:active { color: red; background-color: yellow; text-decoration: underline; }

