/* Colors for Regular Site */

/* General settings for the entire page */
BODY{
Background: #FFD866;
Color: #990000;
}
a:link {
Color: #0061C1;
}
a:visited {
Color: #9933CC;
}

/* Used for Purchase Buttons */
#YellowButton {
Background: #FFFF00;
}
/* Ask a Question */
#GreenButton {
Background: #7FFF00;
}
/* Search and Coupon */
#BlueButton {
Background: #98F5FF;
}

/* Headings */
H1 {
text-align: center;
color: #990000;
font-size: 19pt;
}
H2 {
text-align: center;
color: Black;
font-size: 17pt;
}
H3 {
color: #990000;
font-size: 15pt;
}
H4 {
color: #990000;
font-size: 13pt;
}
H5 {
color: #990000;
font-size: 11pt;
}
H6 {
color: #990000;
font-size: 8pt;
}