p.para {
    font-size: 20px;
    color: black;
    font-family: Verdana;
}
h3.para{
    font-size: 22px;
    color: #993300;
}
h4,h6.para{
    font-size: 22px;
    color: #993300;
}
h5.para{
    font-size: 22px;
    color: #0f0099;
}
ul,ol.ul{
    margin-left: 50px;
}
li.para{
  /* margin-left: 50px; */
  font-size: 20px;
  color: black;
  font-family: Verdana;
}

.right{
color:green;
font-weight:bold;
}

.wrong{
color:red;
font-weight:bold;
}

/* table */
 h1,h2 {
            text-align: left;
            color: #004966;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        th {
            background: #004966;
            color: white;
            padding: 12px;
            font-size: 16px;
        }
        
        td {
            padding: 12px;
            border-bottom: 1px solid #ddd;
            font-size: 15px;
        }

        tr:nth-child(even) {
            background: #f9f9f9;
        }

        tr:hover {
            background: #f7e6f7;
        }

        .type {
            font-weight: bold;
            color: #004966;
        }


        /* table end */

