
body {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:small;
	color:black;
	background:white;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}
table {
	color:#000000;
	background:#FFFFFF;
}
td, p {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:small;
}
h1 {
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-top:.8em;
	letter-spacing:2;
}
h2 {
	font-family: sans-serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing:2;
}
h3 {
	font-family: sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing:2;
}
img {
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	color: blue;
	background-color: #EBEBEB;
}
a.headerlink {
	color: #EBEBEB;
	/*text-decoration: none;*/
	background-color: #999999;
}
a.headerlink:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
}
a.imghref:hover {
	background-color: transparent;
}
.indented {
	margin-left: 1.5em;
}
.smaller {
	font-size:75%;
}
.code {
	font-family:courier new, courier, monospace;
	font-size:1em;
}

.graybg {
	background-color: #999999;
	color: #FFFFFF;
}

/* resume-specific classes */

.skillSetTitle, .employer { 
	font-style: italic; 
}
.jobTitle, .degreeTitle, .awardTitle { 
	font-weight: bold; 
}

/* weather-specific classes */
.forecast_cell {
	font-size:75%;
}
