@charset "utf-8";
body {
	background-image:url('../images/nepweb_bg.jpg');
	background-color:black;
	background-repeat:no-repeat;
}.textTitle {
	color: #00EEFF;
	font-family: "VERDANA", cursive;
	font-size: 9px;
	
}
.siteText {
	color: #00CCFF;
	font-family: "VERDANA", cursive;
	font-size: 14px
}

A:link {text-decoration: none; color: #3366FF;}
A:visited {text-decoration: none; color: #3366FF;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #FFFF33;}
