body {
    background:#090637;
    color:rgb(255,255,255);
    font-size:25px;
    text-align:center;
}
.div {
    font-family:cursive;
}
.half {
    opacity:0.5;
}



h1 {
   font-family:ariel; 
   font-size:45px !important;
   color:white; 
   text-align:center;
   border-style:double;
}
a {
    color:white;
}
img {
    height:300px;
    border-style:dotted;
    float:middle;
}
p {
    text-align:center;
}
.ol {
   list-style :upper-roman;
   text-align:left;
}
ul {
    list-style-type:square;
    text-align:left;
}

.table {
    Border-style:solid;
    border-color:white;
}
#table {
    height:200px; 
    width:1300px;
    text-align:center;
}
th {
    color:#090637;
    background:white;
}
mark { 
    background:yellow;
}
img.shadow-filter:hover {
    filter:drop-shadow(13px 13px 15px white);
}
abbr {
    display:inline;
}