body {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	background-color: #003366;
	color: #ffffcc;
}

p, td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #ffffcc;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffcc;
}
    
h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffcc;
}

a:link {
	color: #99ccff;
}

a:visited {
	color: #cccc99;
}

a:active {
	color: #ffffcc;
}

.blurb {
	color: #6699cc;
}

.note {
	color:#ffffcc;
}

.title {
	color:#ffffcc;
	font-weight: bold;
}

.instructions {
	color: #6699cc;
}

.footer {
	color: #6699cc;
}

.heading {
	color: $ffffcc;
	font-weight: bold;
	font-size: 12px;
}

# subnavigation styles

a.subnav-n:link {
	color: #6699cc;
	font-weight: bold;
}

a.subnav-n:visited {
	color: #6699cc;
}

a.subnav-n:hover {
	color: #99ccff;
}

.subnav-n {
	color: #6699cc;
	font-weight: bold;
}
.subnav-s {
	color: #ffffcc;
	font-weight: bold;
}

.resume-title {
	font-weight: bold;
	font-size: 14px;
	color: #ffffcc;
}

.resume-section {
	font-weight: bold;
	font-size: 12px;
}

