/*CSS I used in my Project include:*/
#info{
    color:green;
}
h2{
    color:black;
}

.info{
    color:darkblue;
}
body{
    background-color:tan;
}
hr{
    color:black;
}
.info{
   color:black; 
}
.color{
    color:red;
}


h2{
    color:blue;!important
}
/* End of old Code  */

/* Beginning of new code */
span.round {
    Border: 2px Blue ;
    Border-radius:12px;
    Padding: 15px;
    background-color: Lightblue;
    margin: 3px;
}


/* everything below creates the Nav Bar */
    
   nav ul {
       list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: DarkSlategrey;
   }
   
    
    nav li {
        display:inline;
        float:left;
        
    }
    
    nav a {
       display: block;
  color: Black;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family:Monospace;
  font-weight: Bolder;
  font-size:15px;
}
  nav li a:hover{
    background-color:#333;
}
  .active{
 background-color:goldenrod;   
}
 

/* end of Nav Bar Css */


/* Beginning of regular body tags */

body.BGC {
    background-color: LightSteelBlue;
}

h1 {
    text-align:center;
}

ul li {
    color:Goldenrod;
}
  ul.color{
    background-color:SlateBlue;
    margin:1px;
    padding:1px;
    border:solid 2px;
    max-width:600px;
        
  }
body > h1{
    color:Goldenrod;   
}

span{
 color:black;   
}



/* end of regular Body tags */

/* Beginning of Special Journal CSS */
 
 
 #span:hover{
    color:black;   
 }