/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== */

	@import url("resets.css");


/* =Base Structure
============================================================================== */
	
	body {
		font:Verdana, Arial, Helvetica, sans-serif;
		background: #eaf5ff;
		color: #555;
		margin:0px;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:12px;
		}
		
		.tableurl {
		background-color:#F5F5F5;
		border:1px solid #999999;
		padding:4px;
		}
		.result
		{font-size:14px;
		color:#000000;
		}
		
		a {
		color:#990000;
		text-decoration:underline;
		}
		a:hover {
		color:#990000;
		text-decoration:none;
		}
		
		.footer {
		font-size:10px;
		}

	
