body {
  background-color: #2a445f;
  color: #c8b4a1;
  font-family: Comic Sans;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
BODY { 
SCROLLBAR-ARROW-COLOR: #64a9e0; SCROLLBAR-TRACK-COLOR: #2a445f; SCROLLBAR-BASE-COLOR: #2a445f; scrollbar-dark-shadow-color: #2a445f}
}

hr {
  height: 0px; 
  color: #64a9e0;
  background-color: #64a9e0;
}

ul, li, p, td {
  color: #64a9e0;
  font-family: Comic Sans;
  font-size: 11px;
}

.tablehead {
  background-color: #2a445f;
  color: #64a9e0;
}

.tablebottom {
  background-color: #2a445f;
}

.bordercolor {
  background-color: #2a445f;
}

.tablebgcolor {
  background-color: #2a445f;
}

.navbar {
  background-color: #2a445f;
  color: #64a9e0;
}

.row1 {
  background-color: #2a445f;
  color: #64a9e0;
}

.row2 {
  background-color: #2a445f;
  color: #64a9e0;
}

.head1 { 
  background-color: #2a445f;
 
  color: #64a9e0;
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

.head1:hover {
  background-color: #2a445f;
  
  color: #a3856b;
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

.head2 {
  background-color: #2a445f;

  color: #64a9e0;
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

.title {
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

.clickstream {
  font-family: Comic Sans;
  font-size: 11px;
}

.smalltext {
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: normal;
}

.marktext {
  color: #64a9e0;
  background-color: #2a445f;
}

.new {
  font-family: Comic Sans;
  font-size: 11px;
  color: #64a9e0;
}

a:link {
	color: #c8b4a1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c8b4a1;
}
a:hover {
	text-decoration: underline overline;
	color: #c49f7e;
}
a:active {
	text-decoration: none;
	color: #c49f7e;
}

form {
  font-family: Comic Sans;
  font-size: 11px;
}

.logininput {
  background-color: #2a445f;
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  width: 110px;
}

.searchinput {
  background-color: #2a445f;
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  WIDTH: 110px;
}

.textarea {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  width: 300px;
}

.input {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  width: 120px;
}

.select {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
}

.setperpageselect {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
}

.categoryselect {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
}

.dropdownmarker {
  font-family: Comic Sans;
  background-color: #2a445f;
  color: #64a9e0;
  font-size: 11px;
}

.button {
  font-family:  Comic Sans;
  background-color: #2a445f;
  color: #64a9e0;
  font-size: 11px;
  font-weight: bold;
}

/*--Categories------------------------------------------------*/
.catbgcolor {
  background-color: #2a445f;
}

.maincat {
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

.subcat {
  font-family: Comic Sans;
  font-size: 11px;
  font-weight: bold;
}

/*--Images----------------------------------------------------*/
.imagerow1 {
  background-color: #2a445f;
  color: #64a9e0;
}

.imagerow2 {
  background-color: #2a445f;
  color: #64a9e0;
}

/*--Comments--------------------------------------------------*/
.commentrow1 {
  background-color: #2a445f;
  color: #64a9e0;
}

.commentrow2 {
  background-color: #2a445f;
  color: #64a9e0;
}

.commentspacerrow {
  background-color: #2a445f;
  color: #64a9e0;
}

.commenttextarea {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  font-family: Comic Sans;
  color: #64a9e0;
  font-size: 11px;
  width: 200px;
}