
/*css sheet for mcd cleaning services,  mcd.css */



body 
{
background-image: url(bkgnd.gif);
background-color: #4BEEF4;
text-align: left;
font-family: arial, verdana, helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
}

a:hover 
{
color: #000000;
}

h1 
{
color: #0000ff;
font-size: 18pt;
font-weight: bold;
}


h2 
{
color: #0000ff;
font-size: 14pt;
font-weight: bold;
}


h3 
{
color: #0000ff;
font-size: 12pt;
font-weight: bold;
}


h4 
{
color: #ff0000;
font-size: 11pt;
font-weight: bold;
}


h5 
{
color: #ff0000;
font-size: 10pt;
font-weight: bold;
}


h6 
{
color: #000000;
font-size: 10pt;
font-weight: normal;
}


p 
{
color: #000000;
font-size: 12pt;
}

ul, li
{
font-family: arial, verdana, helvetica, sans-serif;
font-size: 11pt;
font-weight: normal;
}

li
{
list-style-image: url(bull.gif);
}

span.bigcap
{
color: #0000ff;
font-size: 150%;
font-weight: bold;
}

span.spanblue
{
color: #0000ff;
font-size: 12pt;
font-weight: bold;
}


span.spanbold
{
color: #000000;
font-size: 12pt;
font-weight: bold;
}

.paraindent 
{
margin-left: 20px;
}

.textindent 
{
text-indent: 20px;
}

.textcenter 
{
text-align: center;
}

.textright 
{
text-align: right;
}

hr
{
border: 0;
color: #000000;
background-color: #000000;
height: 1px;
width: 100%;
text-align: left;
}