/* CSS Basic Stylesheet for Journey to Microdor Site */

/*
#f93 - orange
#ffc - yellow
#C2B490 - gold
*/

a:link { text-decoration: underline; color: #f93; } 
a:visited  { text-decoration: none; color: #f93; } 
a:hover { text-decoration: underline; color: #ffc; } 
a:active { text-decoration: underline; color: #ffc; } 

* {
   margin: 0;
   padding: 0;
}

body {
	background-color: #000;
    font: 100.01% Verdana, Arial, Helvetica, sans-serif;
    line-height: 120%;
	text-align: center;
}  

h1 { /*for screen readers*/
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
    font: 105% 'Lucida Sans', 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Helvetica, sans-serif;
	color: #dacaa1;
	margin-top: 15px;
	margin-bottom: 20px;
}

ul {
	list-style-type: none;
    font-size: 75%;
	color: #dacaa1;
	padding-bottom: 20px;
}

p {
    font-size: 75%;
	color: #dacaa1;
	padding-bottom: 20px;
}
 
p.access { /*skip nav*/
	display: none;
}


	
	
 


