/* stylesheet for resume */


body {
background-color: rgb(255,255,255); 
width: 100%; 
margin: 0px 0px 0px 0px; 
marginwidth-left: 15%; 
marginwidth-right: 15%; 
padding: 5px 0 5px 0
} 

a:link {
color: blue; 
background:transparent
} 

a:visited {
color: teal; 
background:transparent
} 

a:hover {
color: white; 
background:transparent
} 

a:active {
color: blue; 
background:transparent
}

a.one:link {
color: #0000ff; 
background:transparent
} 

a.one:visited {
color: #008080; 
background:transparent
} 

a.one:hover {
color: #008080; 
background:transparent
} 

a.one:active {
color: #0000ff; 
background:transparent
}

/* Emphasized heading line in content paragraph */
h1 {
	margin: 5px auto 5px 15px; 
	font-family: Verdana; 
	font-color: black; 
	font-size: 14pt; 
	font-weight: bold
}

h2 {
	margin: 5px auto 5px 20px; 
	font-family: Tahoma; 
	font-color: #000080; 
	font-size: 12pt; 
	font-weight: bold
}

h3 {
	margin: 5px auto 5px 20px; 
	font-family: Verdana; 
	font-color: black; 
	font-size: 8pt; 
	text-align: center
}


h.list {
	margin: 20px 0px 0px 20px; 
	font-family: Verdana; 
	font-weight: bold; 
	font-color: #000080; 
	font-size: 10pt
}

/* Content paragraph */

p {
	font-family: Verdana; 
	font-color: black; 
	font-size: 10pt
}

p1 {
	font-family: Verdana; 
	font-color: black; 
	font-size: 11pt
}

p2 {
	font-family: Tahoma; 
	color: #000080; 
	font-size: 10pt
}



/* Secondary (class) content under heading line */

p.secondary {
	font-family: Verdana; 
	font-size: 9pt; 
	text-align: left
}

p.center {
	font-family: Tahoma; 
	font-color: black; 
	font-size: 10pt; 
	text-align: center
}

p.smallprint {
	margin: 1px auto 5px 40px; 
	font-family: Verdana; 
	font-color: black; 
	font-size: 8pt;
	text-align: center
}

p.footer {
	font-family: Tahoma; 
	font-color: #000080; 
	font-size: 10pt;
	text-align: center
}

/* done to here */



/* Comments only below */
/* 

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	color: navy
}

td.secondary {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: black
}

td.topleft {
image: url('images/header_leftUPPER_corner.jpg')
}

td.topright {
image: url('images/header_rightUPPER_corner.jpg')
}

sidebar.spacer {
image: url('images/spacer_leftside.jpg')
}

td.bottomleft {
image: url('images/header_leftLOWER_corner.jpg')
}

td.bottomright {
image: url('images/header_rightLOWER_corner.jpg')
}

footer.center {
image: url('images/footerbar.jpg')
}

td.leftmargin {
margin-left: 110px; 
background-image: url('images/pgbg1.gif'); 
}

td.rightmargin { 
margin-right: 121px; 
background-image: url('images/pgbg1.gif');
}

.sidetable {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.sidetable2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFBE00;
	font-size: 12px;
	font-weight: bold;
}

.baseline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
 */
