body  { 
    background-image: url("jjjj.jpg");
	background-repeat: repeat, no-repeat;
    background-attachment: fixed;
	}
h1
{margin:0;}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus ,.navbar-default .navbar-nav > li > a:checked {
color: #00aabb;
background-color: #030033;
  /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: white; /*BACKGROUND color for active*/
}

  .navbar-default {
    background-color: #0f006f;
    border-color: #030033;

   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver /*Change rollover cell color here*/
  }


  .navbar-default .navbar-nav > li > a {
   color: white; /*Change active text color here*/
    }
	.column1
	{ 
		text-indent:20px;
		width:230px;
		float:left;
		margin:5px;
		padding:5px;
		background-color:#A3CCCC
		
	}
	.column2,.column3,.column4
	{
		width:230px;
		float:left;
		margin:5px;
		padding:5px;
		background-color:#A3CCCC
		
	}
	
    h1 
	{
    text-shadow: 2px 2px #FFFFF0;
	}
	