@charset "UTF-8";

/* CSS For my Resumes */

* {
	margin:0pt;
	padding: 0;
}

body {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-size:0.8em;
	line-height:2em;
}

h2 {
	font-size:0.8em;
	line-height:1.3em;
	font-style: normal;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .6em;
}

h3 {
	font-size:0.7em;
	line-height:1.3em;
	font-style: italic;
	font-weight: normal;
}
.p1 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#resume {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:564px;
	margin-left: 3.5em;
	border: 3px double #333333;
	padding: 1em;
	margin-top: .5em;
}

#summary p {
	padding-left:0;
	text-indent: 1.5em;
}

.resume {
	margin-top: 3em;
	line-height: 1.3em;
	text-align: left;
	text-indent: 0px;
	color:#333333;
	margin-left: 1em;
	font-size: 11px;
}

.resume a {
	color:#003399;
	font-weight: bold;
}

.resume a:hover {
	color:#006699;
}

.resume a:visited {
	color:#480049;
}
	
	
#skills h3 {
	font-size: 12px;
	font-weight: bold;
}

#skills p {
	font-size: 10px;
}

#experience p {
	text-indent: -24px;
	padding-left: 24px;
	padding-bottom: .7em;
}
