/*
main.css
*/

/* Main */

A         { color: #CC6633; text-decoration: none; } 
A:link    { color: #CC6633; text-decoration: none; } 
A:visited { color: #CC6633; text-decoration: none; } 
A:active  { color: #FF9966;  } 
A:hover   { color: #FF9966;  } 
td.body   { padding:20px;}

td.title { 
    padding:20px; 
    font-family: verdana, sans-serif; 
    font-size: 16px; 
    color: #666666; 
    font-weight:bold; 
    letter-spacing:.1em; 
}

body { 
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    background-color:#ffffff;
}
/* Resume */

	.academicsHeading { font-weight: bold; color:green }
	.bookTitle { font-style: italic }
	.citation { font-style: italic }
	.contactHeading { font-weight: bold; color:green }
	.copyright { font-size: 8pt }
	.degree { font-style: normal }
	.degrees { font-style: normal }
	.emphasis { font-weight: bold }
	.employer { font-style: italic }
	.headerBlock { text-align: center }
	.historyHeading { font-style: normal; color:green }
	.job { font-style: normal }
	.jobTitle { font-weight: bold }
	.level { font-style: normal }
	.miscHeading { font-style: normal; color:green }
	.nameHeading { text-align: center }
	.note { font-style: normal }
	.objectiveHeading { font-style: normal; color:green }
	.para { font-style: normal }
	.pub { font-style: normal }
	.pubs { font-style: normal }
	.pubsHeading { font-style: normal; color:green }
	.refereeHeading { font-style: normal }
	.refereesHeading { font-weight: bold; color:green }
	.resume { background-color:#F0F0C0; }
	.skill { font-style: normal }
	.skillareaHeading { font-style: normal }
	.skills { font-style: normal }
	.skillsetTitle { font-style: italic }
	.urlA { font-family:sans-serif; color:red }
