/* CSS Document */
/*Indie Acoustic Music Project*/
/*White Pages Stylesheet */
/*This stylesheet dictates all formatting for the websites internal white-background pages */



body

{background-color:#ffffff;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
}

p  {background-color:#ffffff;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
}


/* The following four styles dictate the styles of the MAIN  hyperlinks */

a:link {color:#003399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}

 a:visited {color:#003399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}

 a:hover {color:#003399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}

 a:active {color:
#003399;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
text-decoration:underline;
}









/*This is the first heading color: purple */

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
font-weight:bold;
font-style:normal;
}


.smallfont

{font-family:Arial, Helvetica, sans-serif;
font-size:7pt;
}


.blue   {color:#0033FF;}

.purple

{color:#663399; }


/*This is the second heading color: green */

.green  {color:#006633;
}


/*This is the third heading color: magenta */

.magenta  {color:#CC0066;

}


/*This style dictates the width of the main table on all whitepages */

table.whitepages_main


{
background:#FFFFFF;
width:700px;
 }



img {border: 0px;}