/* Generic Selectors */ 
body { 
font-family:  Arial, Helvetica, Verdana; 
font-size: 12px; 
color: rgb(120,120,120); 
background-color: rgb(255,255,255); 
} 
p { 
width: 100%;
z-index: 1; 
} 
a img {border: none}

/* Adam Dettrick Architect */
h1 { 
font-family: "Arial", Arial; 
font-size: 15px; 
font-weight: normal; 
color: rgb(150,150,150);
} 

/**************** Pseudo classes ****************/ 
:link { 
color: rgb(50,50,50); 
text-decoration: none; 
font-weight: bold; 
} 
li :link { 
color: rgb(50,50,50); 
text-decoration: none; 
font-weight: bold;
} 
:visited { 
color: rgb(50,50,50); 
text-decoration: none; 
font-weight: bold; 
} 
li :visited { 
color: rgb(50,50,50); 
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: rgb(150,150,150); 
font-weight: bold; 
text-decoration: none; 
} 
li :hover { 
display: block; 
color: rgb(150,150,150); 
font-weight: bold; 
} 
:active { 
color: rgb(166,172,198); 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#firstpage { 
position: absolute; 
z-index: 3; 
margin-top: 200px; 
} 



