/*  
Theme Name: Grumpy's Green Splash Page
Author: Daniel Viney
Contact: http://www.cleverwebs.net  -- Affordable Web Design, Hosting and Training Sunshine Coast, Queensland, Australia.
*/


img, div 
		{ 
    		behavior: url(iepngfix.htc);
    	}

body
{
	background: #2b2b2b;
	font-size: 12px;
	color: #525252;
	padding: 0;
	margin: 0;
}
		
/*div.image 
		{
    		margin:0;
    		padding:0;
     	}*/
		
p
		{
			font-family:tahoma;
			font-size: 12px;
			color:#88a823;
			align: middle;
		
		}
		
a
		{
		color:#afd82b;
		
		}