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


body {

margin: 0;
color:  #000000;

}


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;

}

#header  {
color:	#ffffff;
background-color: #880000; 

}


#navigation  {
background-color: #878787; 
}

#bottomnavigation  {
width: 80%;
}

#box  {
border-top: solid #878787 2px;
border-bottom: solid #878787 2px;
border-right: solid #878787 2px;
border-left: solid #878787 2px;
padding: 10px; 


}

#client  {
text-align: left;
font-style: none;
letter-spacing: 1px;

}



hr {
border: 0;
width: 80%;
color: #880000;
background-color: #880000;
height: 3px;

}


