/* css Zen Garden submission 156 - 'Table Layout Assassination', by Marko Krsul & Marko Dugonjic, http://web.burza.hr/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Marko Krsul & Marko Dugonjic */
/* Added: Mar. 7th, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */




/* general settings */

.style1 {font-family: georgia, Arial, Helvetica, sans-serif}

p { font-size: 13px; line-height: 25px; }

a:link { 
	font-weight:; 
	text-decoration:none; 
	color: #DA1D24;
	}

a:visited { 
	font-weight:; 
	text-decoration:none; 
	color: #DA1D24;
	}
	
a:hover { 
	font-weight:; 
	text-decoration:none; 
	color: #ffcc33;
	}
	
#cannonball{
	display:block;
	float:right;
	background-color:#FFFF66;
	height:100px;
	width:100pxpx;
}

img{
	border:none;
}
