.navbar {
    margin-bottom: 0;
	width:auto !important;
	padding: auto;
    border: 0;
    font-size: 16pt !important;
    letter-spacing: 4px;
    opacity:0.7 !important;
	background-color: #1a36b1 !important;
	font-weight: bolder;
}

.navbar li a, .navbar .navbar-brand { 

}

/* On hover, the links will turn purple */
.navbar-nav li a:hover {
	background-color: #3157FF !important;
}

/* The active link */
.navbar-nav li.active a {

}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.standard{
	  font-family: "Times New Roman", Times, serif;
	  text-align: center;
	  background-color: #8094f4;
	  color: black; 
}

.bodyDesign{
	background-color: #8094f4;
	font-family: "Times New Roman", Times, serif;
}