/**********************************************************
 * Base Style Sheet for penguinhuggle.com/chat/index.html *
 **********************************************************/

body {background-color: rgb(210,210,255); /* light blue */
      background-image: url("./backgrounds/2007-01-background.png");  
		/* originally blank */
		/* "../holiday-decorations/christmas-2006/backgrounds/poinsettias.jpg" */
      color: black;
      border: none;  
      min-width:900px; 
      margin-bottom: 50px;
}

div#wrapper { 	
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div#javawindow {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
	width: 800px;
	text-align: center;
}


p#huggle {
	color: rgb(160,0,160);  /* originally orange */
	font-weight:bold;
}

h1 { color: rgb(255,100,0); font-weight:bold; }

div#tables {
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


table {
	width:100%;  
	border:none;
	font-family: serif; 
	font-weight: bold; 
	font-size: small;
}

table tr td { 
	border: none;
	text-align: left;
	vertical-align: top;
	font-size: small;
	font-weight: bold;
}

table tr td.col1 {
	width: 25%;
	font-family: serif;     
}


table tr td.col2 {
	width: 75%;
	font-family: sans-serif;
}





a:link    {color: rgb(230,96,0);  /* orange */		font-weight: bold;  text-decoration: underline; }
a:visited {color: rgb(0,140,60);  /* blue */    font-weight: bold;  text-decoration: underline; }
a:hover   {color: rgb(255,255,255);   /* white */		font-weight: bold;  text-decoration: none; }
a:active  {color: rgb(255,255,255);   /* white */		font-weight: bold;  text-decoration: none; }

a:link img    {border: none; }
a:visited img {border: none; }
a:hover img   {border: none; background: #ffffff; }
a:active img  {border: none; background: #ffffff; }

