/*
DECOY MUSEUM
styles.css
*/

body {
font-family: chicago, monospace;
color: black;
background: white;
}

h2 {
letter-spacing: 2px;
}

h3 {
color: black;
}

.italic {
font-style:italic;
}

img {
border: none;
}

a:link, a:visited { 
text-decoration:none; 
color: #cc0000; 
}
a:hover, a:active {
text-decoration:underline;
color: #cc0000;
}
