body{
    background-color:ghostwhite;  
}

}
.container{
width:100%;
height:100%;
margin:0;
}

p{  font-family: "Roboto Mono", monospace;
    font-weight: 100;
    font-style: normal;

}


.nav-div{width:100%;
        background-color:#d0d3d4;
        height:22px;
        text-align: center;
        background-color: gainsboro;
}

.news-title{
    width:550px;
    height:90px;
    margin:auto;
    text-align:center;
}

.sub-title{
    width:600px;
    height:100px;
    margin:auto;
    text-align:center;
  
}

.index-para-div{
    width:400px;
    height:150px;
    margin:auto;
    text-align:right;
}

.witness-para-div{
    width:400px;
    height:200px;
    margin:auto;
    text-align:center;
}

.info-para-div{
    width:1000px;
    height:100px;
    margin:auto;
    text-align:center;
}

.authority-para-div{
    width:500px;
    height:200px;
    margin:auto;
    text-align:center;
}


.warn-para-div{
    width:800px;
    height:250px;
    margin:auto;
    text-align:center;
}

table.center{margin-left: auto;
    margin-right: auto}
} 
table{ 
border:1px solid #131313; 
width:900px; 


} 
tr{ 
border:2px solid #131313; 
} 
td{ 
border:2px solid #131313; 
background-color:gainsboro; 
} 
th{ 
border:2px solid #131313; 
} 

 

} 
.para-main-div{ 
width:700px; 
height:400px; 
/*background-color: azure;*/ 
margin:auto; 
} 


h1{
    font-family: "Domine", serif;
    font-weight: 700;
    font-style: normal;
}

h2{ font-family: "Roboto Mono", monospace;
    font-weight: 600;
    font-style: normal;
}

a:link{
    color:black;
    padding:15PX;
    margin-left:30px;
    font-family: "Roboto Mono", monospace;
    font-weight: 150;
    font-style: normal;
}

a:visited{
    color:dimgray;
    padding:15PX;
    margin-left:30px;
    font-family: "Roboto Mono", monospace;
    font-weight: 150;
    font-style: normal;
}

a:hover{
    color:gainsboro;
    background-color:darkgray;
    padding:2PX;
    margin-left:30px;
    font-family: "Roboto Mono", monospace;
    font-weight: 150;
    font-style: normal;
    
}

a:active{
    color:gray;
    padding:15PX;
    margin-left:30px;
    font-family: "Roboto Mono", monospace;
    font-weight: 150;
    font-style: normal;
    
}


/*div{
    width:520px;
    height:520px;
    background-color: gainsboro;
    margin:auto;
    padding:10px;*/


