
/* Main content definition */

 body {color: white; text-align: center; font-family: helvetica, arial,sans-serif; background-color: #7488e1; margin: 0px}
 .main {margin: auto; margin-top: 0px; text-align: left; width: 780px; background-color: #7488e1;}
 .bottomaction {text-align: left;}
 .currentpage {color: #ffffff;}

/* note that h6 is the same color as xsnazzy p below */
p {color:#1c1c46;}
h5{font-size:140%; color:white; font-weight:normal;} 
h6{font-size:100%; color:#1c1c46; font-weight:bold;}

/* "Hyper-local advertising network" tag line style*/

 .taglinephrase{color: white; font-weight: bold; font-size: 77%;}





/* Hyper-links */ 

/*Note that c_1 below is used on the faq page for pure convenience of not having the Answers change color so make it match what is currently h5*/ 
 a:link {color: #c82b3a; text-decoration: none}
 a:visited {color: #c82b3a; text-decoration: none}
 a:hover {color: #1c1c46; text-decoration: none}
 a:active {color: #1c1c46; text-decoration: none}

/*color for the menu line!!!
*/
 .c_1:link {color: #b82432; text-decoration: none}
 .c_1:visited {color: #b82432; text-decoration: none}
 .c_1:hover {color: white; text-decoration: none}
 .c_1:active {color: white; text-decoration: none}

/*hyperlink color against navy blue on the ordernow page
*/
 .c_2:link {color: #c11a29; text-decoration: none}
 .c_2:visited {color: #c11a29; text-decoration: none}
 .c_2:hover {color: #1c1c46; text-decoration: none}
 .c_2:active {color: #1c1c46; text-decoration: none}
 

/*need c_3 as a way to stop the name link on the ordernow page from blinking out of existence because the current active color on the a link is navy blue
*/
 .c_3:link {color: #dbdbf3; text-decoration: none}
 .c_3:visited {color: #dbdbf3; text-decoration: none}
 .c_3:hover {color: #dbdbf3; text-decoration: none}
 .c_3:active {color: #dbdbf3; text-decoration: none}


/*Note that some other page is perhaps using c_1 and now this has the attributes of it, which was being shared by faq page.  Easier to change this one..
*/
 .c_4:link {color: #c11a29; text-decoration: none}
 .c_4:visited {color: #c11a29; text-decoration: none}
 .c_4:hover {color: #1c1c46; text-decoration: none}
 .c_4:active {color: #1c1c46; text-decoration: none}

/*need c_5 because it is too difficult otherwise to read the red link on the ordernow page against the dark gray
*/
 .c_5:link {color: #870a15; text-decoration: none}
 .c_5:visited {color: #870a15; text-decoration: none}
 .c_5:hover {color: #1c1c46; text-decoration: none}
 .c_5:active {color: #1c1c46; text-decoration: none}


 .d_1:link {color: #5772e3; text-decoration: none}
 .d_1:visited {color: #5772e3; text-decoration: none}
 .d_1:hover {color: white; text-decoration: none}
 .d_1:active {color: white; text-decoration: none}

 .e_1:link {color: white; text-decoration: none}
 .e_1:visited {color: white; text-decoration: none}
 .e_1:hover {color: white; text-decoration: none}
 .e_1:active {color: white; text-decoration: none}


