	A:link { color: #123}          /* unvisited link */
	A:visited { color: #345}        /* visited links */
	A:active { color: #567}        /* active links */
	
	ul, ol {
		margin-top: 2px;
	}

	body {  
		font-family: "Times New Roman", Times, serif;  
		font-size: 15px;
        //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;
	 }

	#PDF {
		text-align: right; 
		color: #22E;
		margin-bottom: 2px;
	}
	
	#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: 16px;
	    margin: 0 2px 2px 0;
	    text-align: left;
	    text-decoration: underline;
	 }
	
	.skills-list {
		margin-top: 2px;
	}

	 .text-title {
	    //color: #DD8429;
	    font-size: 17px;
	    text-align: left;
	 }

	 .minor-title {
	    //color: #3638DD;
	    font-size: 16px;
	    margin-bottom: 2px;
	    margin-left:14%;
		//margin-right:60%;
	 }

	 .date-period {
	    //color: #DD8429;
	    font-size: 16px;
	    text-align: left;
	    text-decoration: underline;
		margin-top: 5px;
		margin-bottom: 5px;
	 }

	 .work-address {
		 margin-left: 19px;
	    //color: #AA4510;
	    font-size: 15px;
	    text-align: left;
		margin-top: 2px;
		margin-bottom: 2px;
	 }
	

