body, #alpha, #container
{
	background: #cc9999; /* for page color DSS */
}

/* links in everything except the buttons */
a:link, a:visited, a:active { 
	/* was abcdef DSScolor */
	color: #eeeeee;  /* links are this color */
	font-weight: bold; 
}

#beta a:link, #beta a:visited, #beta a:active { 
	/* was abcdef DSScolor */
	color: #cc9999;  /* blockquote link color */
	font-weight: bold; 
}

.entry-body a:link, .entry-body a:visited, .entry-body a:active { 
	/* was abcdef DSScolor */
	color: #cc9999;  /* blockquote link color */
	font-weight: bold; 
}

#themenu a:link, #themenu a:visited, #themenu a:active { 
	color: #222222;  /* menu link color */
	font-weight: normal; 
}


blockquote a:link, blockquote a:visited, blockquote a:active { 
	/* was abcdef DSScolor */
	color: #cc9999;  /* blockquote link color */
	font-weight: bold; 
}

/* Used for highlighted text */
.highlight {
	color: #222222; /* highlighted text color */
	background: #dedede; /* highlighted background color */
}

.navButts a:visited,
.navButts a:active,
.navButts a {
	color : #222222; /* inactive main menu text */
	font-weight: normal;
}

.navButts a:focus,
.navButts a:hover {
	background : #cc9999; /* hovering over inactive main menu items */
	color : #eeeeee; /* hovering over inactive main menu items - text */
}

.navSubs a:visited,
.navSubs a:active,
.navSubs a {
	color : #222222; /* sub button text */
	font-weight: normal;
}
.navSubs a:focus,
.navSubs a:hover {
	background : #cc9999; /* sub button hover background color */
	color : #FFFFFF; /* sub button hover text color */
}

