/ *

	         _           __    ____     __										
	 _    __(_)__ ____ _/ /__ / _(_)__ / /   _______  __ _						
	| |/|/ / / _ `/ _ `/ / -_) _/ (_-</ _ \_/ __/ _ \/  ' \						
	|__,__/_/\_, /\_, /_/\__/_//_/___/_//_(_)__/\___/_/_/_/						
	        /___//___/															

* /


/ * wigglefish welcomes you - default css class 								* /
/ * last updated 070615 by an upward-facing tree								* /



/ * basic elements * /

body
{
	background-color: #3399CC;
	margin: 0px; 
}

p
{
	font: 11px/14px verdana;
	color: #66CC99;
	text-align: center;
}

h1
{
	font: 11px/12px verdana;
	color: #66CC99;
	text-align: center;
}



h4
{
	font: 10.5px/10.5px verdana;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}

a:link { 
	text-decoration: underline; 
	color: #66CC99;
	}
a:visited { 
	text-decoration: none; 
	color: #66CC99;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FFCC33;
	}



/ specific divs /

#nameplate
{
	align: center;

}

#welcome
{
	align: center;



}


