<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

/*
 * original.css -- The first stylesheet.  From the author: "This is a
 * sample only, and probably is quite offensive in terms of taste and 
 * style."  Background: off-white, fonts: Georgia, Trebuchet
 *
 * Contributed 2001 by Sean Kelly
 * http://xmlresume.sourceforge.net
 */

// This dummy style must be here because the xml tags above cause some
// browsers (Konqueror, Mozilla) to ignore the first style
.dummy { background-color: white }





pre, code {
	font-family:		'Monotype.com', Courier New, monospace;
}

ol li {
	list-style-type:	decimal;
}

ol ol li {
	list-style-type:	lower-alpha;
}

ol ol ol li {
	list-style-type:	lower-roman;
}

h1 {
	font-family:		Arial, Helvetica, sans-serif;;
	font-weight:		bold;
	font-size: 			150%
}

h2 {
	font-family:		Arial, Helvetica, sans-serif;;
	font-size:			100%;
	font-weight:		bold;
}

p{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			80%;
}

li{
	font-family:		Arial, Helvetica, sans-serif;
	
	font-size: 			80%;
}

.bookTitle {
	font-style:		italic;
}

.citation {
	font-style:		italic;
}

.headingText {
	font-family:		Arial, Helvetica, sans-serif;;
	font-weight:		bold;
	font-size: 			110%
}

.objectiveHeading {
	color:			red;
}

.contactHeading {
	color:			orange;
}

.skillareaHeading {
	color:			#00bb00;
}

.historyHeading {
	color:			violet;
}

.membershipsHeading {
	color:			magenta;
}

.organization {
	font-style:		italic;
}

.urlA {
	font-family:		'Monotype.com', Courier New, monospace;
	border-width:		1px;
	border-style:		solid solid solid solid;
	border-color:		blue;
}
.clearanceLevel { font-weight: bold }

.emphasis{
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			120%

}

table.referees { font-size: 			80%;width: 80% ; }

</xsl:stylesheet>
