P {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: black;}

H1 {font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: green;}

H2 {font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: red;}

H3 {font-family: Verdana, Helvetica, sans-serif; font-weight: bold; color: #CC0099;}

A:link {text-decoration: underline; color: #003399;}

A:hover {text-decoration: none; color: #991A00;}

A:visited {text-decoration: underline; color: #003399;}

// new styles for the resume section

.mainHeading {
	font-size: 24px;
	color: #993300;
	font-family: Times New Roman;
	}
.subHeading {
	font-size: 18px;
	color: #993300;
	font-family: Times New Roman;
	border-bottom: 1px solid white;
}
.title {
	color: #473c8b; 
    font-weight: bold;
}
.subInfo {
	font-size: 13px;
	font-family: Arial;
	color: #325c74;
	padding-bottom: 3px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.description {
	font-size: 12px;
	color: #528b8b;
	font-family: Arial;
	}
.description a { 
       text-decoration: underline; 
        color: #473c8b; 
        } 
.description a:visited{ 
        text-decoration: underline; 
        color: #473c8b; 
        } 
.description a:hover { 
        text-decoration: underline; 
        color: #7171c6; 
        }
.caption {
		font-size: 11px;
		color: #993300;
		font-weight: bold;
		font-style: italic;
		}