/* 
Pick 2 rule sets from the list below, add your name, and style them.
WARNING: Do NOT make duplicate rule sets. Add as many style properties 
to a rule set as you wish but add them to the same selector.
*/

body {
    /* caylee */
    color:BlueViolet;
}

nav {
    /* Ava */
    color:#0726c0;
    background-color:yellow;
}

a {
    color:black;
    font-size:28px;
    /* Thomas */
    
}

h1 {
    /* caylee */
    color-font:DarkCyan;

}

h2 {
    color:black;
    /* Thomas */
    
}

p {
    /* Mazey */
    color:RoyalBlue;
    
}

hr {
    /* korbyn */
    
}

img {
    width:200px; height:200px;
    /* Thomas */
    
}

h6 {
    /* korbyn */
    
}

ul {
    /* Ava */
    color:green;
}

ol {
    /* Mazey */
    color:Navy;
    
}

li {
    /* Mazey */
    color:green;
}

h4 {
    /* Mazey */
    color:RoyalBlue;
    
}