.bar
{
background-color:#0184FF;
border:#000080 1px solid;
color:white;
width:100%;
height:20px;
text-align:center;
font-family:arial;
font-size:12px;
font-weight:600;
}
.bar a {color:white}
.bar a:hover {color:white}
.text
{
width:100%;
color:#000080;
font-family:arial;
font-size:13px;
font-weight:500;
}
.title
{
width:100%;
color:red;
font-family:arial;
font-size:15px;
font-weight:600;
}
.navit
{
width:100%;
background-color:white;
text-align:center;
border-bottom:black 1px solid;
}
.navit a {color:#000080;text-decoration:none;}
.navit a:hover {color:black;text-decoration:none;} |