.global {	
			font-family: Arial, Helvetica, sans-serif;
			font-size: medium;	
			font-style: normal;	
			line-height: normal;	
			font-weight: normal;	
			font-variant: normal;	
			color: #000000;	
			}
.body {	
			background-color:#c18dd7;	
			}	
a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	color: #660066;
	text-decoration: none;
} 
a:hover {
	color: #660099;
	text-decoration: none;
} 	

div.kitten img
	{
   max-width: 300px; width: expression(this.width > 300 ? 300: true);
}
			
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	width:70%;
	float:left;
	padding:15px;
	color: #660066;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	width:250px;
	float:left;
	text-decoration:none;
	margin-left:5px;
	color: #660066;
			}
#header {	
			text-align:center;	
			height:125px;	
			width:100%;	
			padding-top:10px;
			}
