/* so you're feeling fancy and want to write your own styles or override some of the styles already here? cool! this is the space to do it. JUST DO IT!! */


a:link
{
color:#581845
}

a:visited
{
color:#AB4B8F
}

blockquote p{
color:#900C3F  
}

.dropcap {
color:#900C3F
}

h3 {
color:#900C3F
}

h2 {
color:#900C3F
}

.header {
color:#900C3F
}

footer {
background-color:#900C3F

}



.rotate:hover
{
        -webkit-transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        transform: rotateZ(-30deg);
}
