/*This is the main style sheet of juliekcohen.com website*/


body {

margin: 0;
color: #ffffff;
background-color: #878787;

}


a:link {
color: #880000;
text-decoration: none;

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

}
a:hover {
background-color: #880000;
color: #ffffff;
text-decoration: none;

}

a:active {
text-decoration: none;

}

