/* *************************************************************
   style sheet for cv
   acd
   created on 16 october 2002
   revised on 30 october 2005
   *************************************************************
*/

/* general document settings */
hr		{ text-align: center }
body 		{ color: black; background: white }

/* name and address info */
h1	 	{ text-align: center; font-weight: bold; 
                  font-variant: small-caps}
p.title		{ text-align: center; font-size: larger }
h2.title { text-align: center; font-weight: bold; margin-bottom: 1%}

/* put date at bottom of resume */
p.date		{ text-align: right; font-size: smaller;
		  font-style: italic }


/* links to pdf and text version of resume */
p.link		{ font-size: smaller; margin-left: 0%, margin-right: 0% }

/* header elements */
p.lh		{ text-decoration: underline; line-height: 50%;
		  margin-left: 0%; margin-right: 0%; margin-bottom: -1% }
p.job		{ font-style: italic; margin-left: 0%; 
                  margin-right: 0%; margin-bottom: -1%  }

/* indent unbulleted text slightly */
p		{ margin-left: 3%; margin-right: 3% }

/* if we're indenting unbulleted text on the right then we should do
the same with the list items too */
li		{ margin-right: 2% }

/* reduce spacing below headings and such */
h2,h3 { margin-bottom: -1% }