/* Cascading Style Sheet */


body { 		color: #000000;
		background: #CCCC66;
		background-image: url(images/background-moon.jpg);
		background-attachment: fixed;
		font-family: Pristina, Georgia, Arial, Tahoma;
	}

			
p.bodytext {text-align: justify;
		padding-right: 14; 
		font-size: 14pt; }
					
p.bodytext:first-letter { font-size: 300%; 
			  float: left; 
			  padding-right: 5;
			  color:#CCCC66;
			}
			
a			{ text-decoration: none;
			  font-weight:normal; 
			  color: "#000000";
			}
					
a:hover	{ 	color:"#CCCC66"; }

p.bodytextc {	text-align: center;
		padding-right: 10; 
		font-size: 24pt; }
		
p.bodytextc:first-letter { font-size: 48pt; 
			  float: center; 
			  padding-right: 1;
			  color:"#CCCC66";
			  }

p.bodytext {	text-align: justify;
		padding-right: 10; 
		font-size: 16pt; }

p.bodytext:first-letter { font-size: 300%; 
			  float: left; 
			  padding-right: 10;
			  color:"#CCCC66";
			  }
p.detailtitle {	text-align: center;
		font-family: Georgia, Arial, Tahoma;
		font-weight: bold; 
		color: #000000;
	      }

table.thumb {	background-color: #CCCC66;
		color: #666666;
		text-align: right;
		font-size: 10pt;
		font-style: italic;
		font-weight: bold; 
	    }