/*===============================*/
/*					design.css					 */
/*===============================*/

body{
background:#ffffff;
color:#555555;
}

html{overflow-y: scroll;}

A:link		{text-decoration: none; 		 color: #444444; }
A:visited {text-decoration: none; 		 color: #666666; }
A:hover 	{text-decoration: underline; color: #ff2222; }

td {font-size:12px;}
