/* CSS Document */
/* CSS Template for Healing with imagination splash page*/

/*content Decoration styles*/
body{
	background-color: #000000;
	text-align: center; 
	padding-top: 50px;
	}
	
.credits{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffcc66;
	text-align:center;
	font-size: 10px;
	}

a {text-decoration: none;
    }
a:link    {color: #663366;
    }
a:visited {color: #fffffff;
    }
a:active  {color: #ffcc66;
	       cursor: pointer;
	       }
a:hover   {color:#ffcc66;
    }
	
img{
	border: 5px solid #ffffff;
	}