/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */
html, body {
	margin: 10px 20px 10px 20px;
	font: 13px/18px "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	background: #ECDBAD;
	}

a {
	color: red;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: red;
	text-decoration: none;
	font-weight:normal;
}

a:link {
	color: red;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: red;
	text-decoration: underline;
	font-weight:normal;
}

a:active {
	color: red;
	text-decoration: none;
	font-weight:normal;
}

img {
	border: 2px solid white;
}
	
DIV.wikitext {
  background-color : #ECDBAD;
}
DIV.wikipreview {
  background-color : #ECDBAD;
}
DIV.wikiheader {
  background-color : #ECDBAD;
}
DIV.wikirc {
  background-color : #ECDBAD;
}
DIV.wikifooter {
  background-color : #ECDBAD;
}
DIV.wikipref {
  background-color : #ECDBAD;
}
HR.wikilinefooter {
  height : 3px;
}
HR.wikilineheader {
  height : 2px;
  border : single;
}
HR.wikiline {
  height : 2px;
  color : blue;
}
HR.wikilinepref {
  color : red;
  height : 5px;
}
TABLE.wikidiffold {
  background-color : #ECDBAD;
}
TABLE.wikidiffnew {
  background-color : #ECDBAD;
}
