a.c:link {color: #444444; text-decoration: none; }            /* edit heading link text */ 
a.c:visited {color: #444444; text-decoration: none; }
a.c:hover {color: #444444; text-decoration: underline; }
a.c:active {color: #444444; }

a.s:link {color: #444444; text-decoration: none; }            /* edit sidebar link text */
a.s:visited {color: #444444; text-decoration: none; }
a.s:hover {color: #444444; text-decoration: underline; }
a.s:active {color: #444444; }

a.b:link {color: #000000; text-decoration: none; }             /* edit blog? link text */
a.b:visited {color: #000000; text-decoration: none; }
a.b:hover {color: #000000; text-decoration: underline; }
a.b:active {color: #000000; }


.blog td{      /* edit blog text size and color */ 
	font-size: 10px;
	font-family: Tahoma;
	color: #0000c0;
}

.blog textarea{                /* edit text area */ 
  font-size: 10px;
  font-family: Tahoma;
  color: #FFFFFF;
  border: 1px solid #DDDDDD;
  background: #c0c0c0;
}
.blog textarea:hover{ border: 1px solid #FFFFFF; }

.blog select{
  font-size: 10px;
  font-family: Tahoma;
  color: #FFFFFF;
  border: 1px solid #DDDDDD;
  background: #696969;
}
.blog select:hover{ border: 1px solid #FFFFFF; }

.blog td.copyright{
	font-size: 10px;
	font-family: Tahoma;
	color: #DDDDDD;
}
.blog td.current{                /* edit outer border and wide border */ 
	background: #ffffff;
	border: 3px solid #c0c0c0;
}
.blog td.sidebar{         /* edit sidebar border and background*/
  font-family:Tahoma;
	background: #ffffff;
	border: 3px solid #c0c0c0;
}
.blog td.text{             /* edit blog text background*/ 
  font-family:Tahoma;
  color:gray;
	background: #ebebeb;
	border: 1px solid #000000;
}
.blog table.text{          /* edit*/ 
	background: #c0c0c0;
	border: 1px solid #444444;
}
