@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#48A4FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal
}

table.nav {
			background-image:url(images/nav.jpg);
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			font-weight:bold;
			color:#FFF;
			height:25px;
			}
			
a {
	text-decoration:none;
	color:#FFF;
	}

a:hover {
			text-decoration:underline;
		}	
		
a.cart {
			text-decoration:underline; color:#665;
		}
		
a.cart:hover {
				text-decoration:none; color:#900;
			}

a.logout {
			text-decoration:underline; color:#039;
		}
		
a.logout:hover {
				text-decoration:none; color:#039;
			}

