@charset "UTF-8";
/*  
Author: David wysocki
Course: ITWP 1000
File: styles.css
Hello, This CSS is for the CSS_project1.html.
*/

table{
    border: medium solid #336699;
    background-color: #ff9900;
}
img{
    border-style: double;
    border-color: black;
}
li{
    padding: 0px 15px 0px 0px;
}

.funfacts{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #336699;
    padding: 8px;
    color: white;
    text-align: center;
}

.logos{
    border: none;
}

#content{
    background-color: #336699;
    padding: 5px;
    color: white;
    width: auto;
}
#wiki{
    color: lightgray;
    font-family: italic;
}

a{
    text-decoration: underline;
    color: black;
    font-size: 90%;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited{
    color: #336699;
    text-decoration: none;
}

a:hover {
    color: #ff9900;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
}

a:active {
    color: #ff9900;
    text-decoration: underline;
    font-weight: bold;
}

li:nth-of-type(3){
    color: white;
    font-weight: bold;

}