/* css Zen Garden submission 124 - 'Teatime', by Michaela Maria Sampl, http://www.freecom.at/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Michaela Maria Sampl, except background image, copyright Squidfingers - http://squidfingers.com/patterns/ */
/* Added: Sept. 16th, 2004 */

/* 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. */




/* BASICS */
body {   
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
	color: #666666;
	background: #000000;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

a:link {  
	text-decoration: none; 
	color: #ff6f8d;
	}
a:visited { 
	text-decoration: none; 
	color: #5286AD;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #C8C8C8;
	}

p {
	font: 8pt Arial, bold, Times New Roman, Times, serif;	
  	padding-left:30px;
	padding-right:20px;
  	text-indent:-10px;
	}	
	
/* LAYOUT */
#container { 
	text-align: left;
	position: relative;
	top: 80px;
	margin: 20px auto;
	padding: 0px;   
	width: 700px;
	bottom: auto;
	}
