body {		
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/jimimon_background.jpg); 
	background-repeat: repeat-y;
	background-attachment: fixed; 
	background-position:top center; 
	}

strong	{	
	font-weight : bold;
	
	}
	
p.pad {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: #A9B4C1; 
   margin-top : 5px;
   margin-left : 20px;
   margin-right: 20px;
   margin-bottom : 5px;
   line-height: 16px; 
}
p {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: #A9B4C1; 
   margin-top : 5px;
   margin-left : 0px;
   margin-right: 0px;
   margin-bottom : 5px;
   line-height: 16px; 
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight : bold;
	font-size: 16px;	
	color: #A9B4C1;
	text-decoration: none;
	margin-top: 10px;
   margin-left: 20px;
   margin-right: 20px;
   margin-bottom: 15px;
   line-height: 15px; 
}

.dark {
	color: #F15A24;
	
}
.white {
	color: #ffffff;
	
}


A.main:link {   
   color : #D9E021;   
   text-decoration : none;
  
  
   
}

A.main:visited {    
  color : #D9E021;   
   text-decoration : none;
   
  
    
}

A.main:hover {    
   color : #ffffff;    
   text-decoration : underline;
   
   
}

A.main:active {   
   color : #D9E021;    
   text-decoration : none;
   
  
     
}

