/* general site-wide styles */	


body {
	margin-left: 20px;
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 10px;
	color: white; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-repeat: no-repeat;
	background-color: #a5a5a5;
	}
body.grid {
	margin-left: 20px;
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 5px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	background-repeat: repeat;}
	
.red {
	color: red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;}
	
p, span, div, td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;}	
.HUGE{
	color: #ffcccc;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100px;
	font-weight: 500;}
	
/* div styles */



DIV { padding: 25px;
	text-align: center;
}
DIV.resume { padding: 25px;
	text-align: left;
	}
DIV.box { 
	border:  1px solid #cccccc;
	padding: 5px;
	background-color: #ffffff;
	}


/* navigation styles */	

a:hover {
	
	
	
	color: white;
	border-bottom: solid 1px orange;
	}	
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
	color: #ccffff;
	text-decoration: none;}
a:visited {
	color: #ccffff;
	text-decoration: none;}
a:visited:hover {
	color: white;
	}


	
		
/* text block formatting styles */	

h1 {
	color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 800;
	}

h2 {
	color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: 800;
	}

h3 {
	color: black;
	
	font-family: garamond, serif; 
	font-size: 25px;
	border-right: 0px black;
	margin-top: 5px;}
h3.redwhite {
	color: red;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	border-right: 1px black;
	margin-top: 5px;}	
h4 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 800;}
h4.white {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: 600;}		


