body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000033;	
	margin-top: 30;
}
a:link{
	text-decoration: none;
	color: #334C6B;
	font-weight: bold;

}
a:hover{
	text-decoration: underline;
	color: #544662;
	font-weight: bold;


}
a:visited{
	text-decoration: none;
	color: #3333CC;
	font-weight: bold;

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