/* Global Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: #000000	;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 60 0 px;
	padding: 0;
	}
	
.footer {
	font:10px verdana;
	color:#FFFFFF;
	}
	
a {
	color: #FFFFFF;
	}
	
a:link {
text-decoration: none;
	}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
}

.normal1 {font: normal 10px verdana; color: #FFFFFF; text-decoration: none}
.normal {  font: normal 11px verdana; color: #FFFFFF; text-decoration: none}

#aj {
	position:absolute;
	left:5px;
	top:480px;
	width:22px;
	height:20px;
	z-index:14;
}

#addthis {
	position:absolute;
	left:0px;
	top:10px;
	width:50px;
	height:20px;
	z-index:1;
}

