	A:link { color: #555555}          /* unvisited link */
	A:visited { color: #777777}        /* visited links */
	A:active { color: #999999}        /* active links */

	body {  
		font-family: "Times New Roman", Times, serif;  
        //background-color: rgb(17,17,17); 
        background-color: rgb(200,200,200); 
        //color: #DD8429; 
        color: #000000
	}
	
	.title {
	//color: #3638DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding-top: 10px;
}
	.imgHeading {
        padding-top: 3px;
        padding-bottom: 10px;
	}
	.siteName {
		font-size: 15px;
	}
	
	.siteDesc {
		font-size: 14px;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	.centered {
		text-align: center;
	}
      
	.colorOffset {
      	  //color: #228822;
	}
	.colorContact {
	    //color: #3638DD;
	 }

	#name {
	    //color: #3638DD;
	    font-size: 22px;
	    margin-bottom: 2px;
	    text-align: center;
	}

	.address {
	    //color: #3638DD;
	    font-size: 18px;
	    margin-top: 2px;
	    text-align: center;
	 }


	 .major-heading {
	    //color: #3638DD;
	    font-size: 18px;
	    margin-top: 2px;
	    text-align: left;
	    text-decoration: underline;
	 }

	 .normal {
	    //color: #36AA38;
	    font-size: 15px;
	    text-align: left;
	 }

	 .text-title {
	    //color: #DD8429;
	    font-size: 18px;
	    text-align: left;
	 }

	 .minor-title {
	    //color: #3638DD;
	    font-size: 18px;
	    margin-bottom: 2px;
	    text-align: center;
	 }

	 .date-period {
	    //color: #DD8429;
	    font-size: 18px;
	    text-align: left;
	    text-decoration: underline;
	 }

	 .work-address {
		 margin-left: 19px;
	    //color: #AA4510;
	    font-size: 15px;
	    text-align: left;
	 }
	
