img {
    Border-style:double; border-width:10px;
}
body {
         background-color:DarkRed;
}
.Header {
         color:White;font-style:italic;font-size:40px;
}
.Home {
        font-family:Monaco;color:LightGrey;
}
.Away {
        Font-family:Copperplate;font-style:Bold;color:tan;
}
#Title {
        text-align:Center;font-style:italic;color:beige;font-weight:900;
}
#img-text {
        color:tan;font-family:verdana;
}
iframe {
        height:300;width:400;
}
.links {
    font-size:40px;
}
.important {
    font-style:italic;font-weight:900;
}
p + img {
    border-color:LightSlateGray;
    
}