﻿ body
 {
     font-family:Arial,sans-serif;
 }
 *{
     padding:0px;
     margin:0px;
 }
 
 #maindiv{
     width:100%;
     height:500px;
      }      
         #navdiv ul{
             width:100%;
             height: 80px;
             background:red;
             line-height: 80px;
             color:white;
             margin-right:15px;
            
         }

         #navdiv ul a {
             text-decoration:none;
             color:white;
             padding:20px;
           
            }

         #navdiv ul li{
             list-style-type:none;
             display:inline-block;
              float:right;
         }

         #navdiv ul li:hover{
             background:rgba(214, 3, 3, 0.77);
             transition:all 0.40s;
         }

         #navdiv H9{
             width:350px;
             float:left;
             cursor:pointer;
             margin-left:15px;
             	FONT-SIZE: 30px; 
         }

          #navdiv h10{
             
             float:left;
             cursor:pointer;
             margin-left:-20px;
             font-style:italic;
             text-align:center;
             line-height:87px;
         }


  
         #footer{
             width:100%;
             height: 30px;
             background:blue;
             line-height: 25px;
             color:white;
             margin-left:0px;
             
             }
         
         .imageA {
             position: absolute;
             left: 100px;
             top: 200px;
           
               }
      h3 {
	FONT-SIZE: 30px; 
    COLOR: red;
    margin-left:15px;
        }
       
      h4 {
	FONT-SIZE: 30px; 
    COLOR: blue;
    margin-left:15px;
        }

      p1 {
	FONT-SIZE: 15px; 
    COLOR: black;
    margin-left:15px;
        }

      p{
          FONT-SIZE: 20px; 
          color:black;
          //COLOR: rgba(0, 136, 255, 1);
          margin-left:15px;
      
      }
  
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top; box-sizing:border-box;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}
           