a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#myResume{
	width:800px;
	text-align:center;
	font-family:helvetica;
	background-color:#ffffdd;
}
#myResume H1{
	font-variant: small-caps;
	font-family:times;
}
hr{
	height:3px;
	color:#009900;
	background-color:#009900;
}

h3{
	padding:5px 5px;
}

.contactInfo{
	font-weight:700;
	font-family:times;
}

.introText{
	text-align:justify;
	padding:10px 15px;
}

.comps{
	padding-top:10px;
	padding-bottom:15px;
}

.tech {
	padding:15px 10px;
	border-bottom: 1px solid #DDDDDD;
}
.techs li, .comps li{
	font-size:small;
	font-weight:700;
	display: inline;
	margin-left:8px;
	padding-left:8px;
	padding-right:5px;
	background: url('../images/bullet.gif') no-repeat center left;
}

.job{
	padding: 20px 10px;
	border-bottom: 1px solid #DDDDDD;
}

.companyName, .companyLocation{
	font-weight:700;
	font-size:large;
}

.positionTitle, .positionDates{
	font-weight:700;
	font-size:small;
}

.jobDesc{
	text-align: justify;
	padding:5px 0px;
}

.jobFacts{
	text-align: justify;
	margin-left:20px;
	font-weight:700;
	font-size:small;
}
.education{
	padding-top:25px;
	padding-bottom:15px;
}
.degree{
	font-weight:700;
	font-size:large;
}
.provider{
	font-weight:700;
	font-size:large;
}
.major{
	font-weight:700;
	font-size:small;
}
.emphasis{
	font-weight:700;
	font-size:small;
}
.location{
	font-weight:700;
	font-size:small;
}
.received{
	font-weight:700;
	font-size:small;
}
.resHead{
	border-bottom:3px #009900 groove; 
	cursor:pointer;
}