body { 
font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
color: #ffffCC; 
background-color: #000000;
/*background-repeat:no-repeat; */
/*background-position:bottom right; */
background-attachment:fixed;  
} 

 p { 
width: 90%; 
} 

h1 { 
font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
font-size: 30px; 
font-weight: bold; 
color: #CCCCCC; 
} 

h2 { 
font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
font-size: 20px; 
font-weight: bold; 
color: #999999; 
} 

h3 { 
font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
font-size: 10px; 
color: #000000; 
} 

.bluetext { 
font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
color: #00cccc; 
} 

.greentext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #99cc00; 
}

.litetext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #cccc66; 
}

.greytext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #DFCDCD; 
}

.redtext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #ff0000; 
}

.browntext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #ffcc99; 
}

.ltgreentext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #99ff99; 
}

.yellowtext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #FFFF40; 
}

.purpletext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #7E80D2; 
}

.tealtext {
 font-family: Papyrus, Georgia, "Times New Roman", Times, serif; 
 font-size: 16px; 
 color: #539798; 
}

a:link { 
color: #ffffff;
padding-bottom: 5px;
font-weight: bold; 
text-decoration: none; 
} 

a:visited { 
color: #cccccc;
padding-bottom: 5px;
font-weight: bold; 
text-decoration: none; 
} 

a:active { 
color: #ffffff; 
font-weight: bold; 
} 

