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