/* CSS Document */

body {
		background-image:url(images/bajabg.jpg);
		background-position:center;
		background-position:top;
		background-color:#000000;
		background-repeat:no-repeat;		
	}
	
a:link {
	color:#00FFFF;
}
a:visited {
	color:#FF6600;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	color:#CCFF99;
}
a {
	font-size: 10px;
	font-family:verdana,arial, san-serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:0.35em;

}

p { font-family:verdana,arial,helvetica,san-serif;
	font-size:11px;
	line-height: 1.5em;
	color:#CCCCCC;
	font-weight:500;
}

h3 {font-family:geneva,arial, helvetica, san-serif;
    color:#FF9900;
}
