
a:link{
    color: blue
}
a:visited{
    color: blue
}
a:hover{
    color: green
}


    .bg {
        background-image: url("../general-images/graph001.png");background-repeat: repeat;
    }

    .blue {
        background-color: #dedede;
    }

    .bg-white {
        background-color: #ffffff !important;
    }

    .custom {
        min-width: 200px;
    }
    
    .column-input {
        min-width: 350px;
    }

    .demo-content{
        padding: 15px;
        padding-top: 0px;
        Padding-bottom: 0px;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .demo-content.bg-alt{
        background: #ffffff;
    }

    .nav-item{
        padding-left: 15px;
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 0px;
    }



      h1{
          width: 100%;
          font-size: 30px;
          font-weight: bold;
          font-family: serif;
          display: block;
          float: left;
          color: #999999;
          text-decoration: none;
          margin: 6px 15px;
          line-height:1.3;
      }

      h2{
          width: 100%;
          font-size: 24px;
          font-weight: bold;
          font-family: serif;
          display: block;
          float: left;
          color: #999999;
          text-decoration: none;
          margin: 6px 15px;
          line-height:1.3;
      }

      h3{
          width: 100%;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          font-family: serif;
          display: block;
          float: left;
          color: #999999;
          text-decoration: none;
          margin: 6px 15px;
          line-height:1.3;
      }

      h4{
          width: 100%;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          display: block;
          float: left;
          color: #999999;
          text-decoration: none;
          margin: 6px 0px;
          line-height:1.3;
      }
/* ############### Side Menu 1 ################### */

ul.sidemenu1 {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	width: 150px;
	border-bottom: 1px solid #6F3E04;
        
        
}

ul.sidemenu1 li {
	border-top: 1px solid #6F3E04;
	border-left: 1px solid #6F3E04;
	border-right: 1px solid #6F3E04;
}

ul.sidemenu1 li a {
	display: block;
	width: 128px;
	Padding: 2px 10px;
	color: #323232;
        text-decoration: none;
}

ul.sidemenu1 li a:hover {
	background-color: #819c7c;
	color: #ffff00;
        font-weight: normal;
}


/* ############### Right Hand Side Menu ######################### */
