body {
	margin-top:0;
	background-color: #768AC5; 
	background-position: top center;
	background-repeat: no-repeat;

}

div.content {
	margin-left:0px;
	margin-right:0px;
	margin-top: 30px;
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	letter-spacing:normal;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#FFFFFF;
	background-color:#3483A4;
	position:absolute;
	width:360px;
	height:225px;
	border-style:groove;
	padding:15px;
	
}	

div.foot {
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	letter-spacing:normal;
	font-size:12px;
	line-height:18px;

	color:#000000;
}

div.menu {
	margin-top:7px;
	margin-left:6px;
	font-family:Verdana, Times New Roman;
	font-weight:normal;
	letter-spacing:normal;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#FFFFFF;
}	

table {
	background-image: url(www_in_your_hand.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
}


a:link {
	color:            #000000;   
	text-decoration:  underline;      
}

a:visited {
	color:            #000000;   	
	text-decoration:  underline;      	
}

a:hover {
	color:            #000000; 
	background-color: #FFFFFF;	
	cursor:           pointer;  
	text-decoration:  underline; 	
}

a:active {
	color:            #000000; 
	background-color: #FFFFFF;	
	cursor:           pointer;  
	text-decoration:  underline; 
}


