a:link
{
	color: #eee;
	text-decoration: none;
}
a:link .redback { color: #700}


a:visited
{
	color: #eee;
	text-decoration: none;
}
a:visited .redback { color: #700}


a:hover
{
	color: white;
	text-decoration: none;
	background-color: #454545;
}

a:hover .imlink { border: solid 2px white; }
a:hover .redback { color: white; background-color: #700; }

a:active
{
	color: silver;
	text-decoration: none;
}

a:active .imlink { border: solid 2px silver; }
a:active .redback { color: white; background-color: #700; }

body
{
	color: #333;
	font-size: 13px;	
	font-family: Geneva, "Lucida Grande", Helvetica, Arial, Swiss, SunSans-Regular, sans-serif;
	line-height: 16px;
	margin: 10px;
	background-color: #bdbdbd;
}

abbr, acronym
{
	font-style: normal;
	cursor: help;
	border-bottom: 1px dotted;
	speak: spell-out;
}

h1,h2,h3,h4,strong
{
	font-weight: normal;
}

strong
{
	/*font-family: Helvetica, Arial, Swiss, SunSans-Regular, sans-serif;*/
	font-size: 14px;
	text-shadow: #222 0 1px 3px;
}

tt { font: 10px/12px Monaco, Courier, mono; }
ul { list-style-type: square; }

.big
{
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
}

.content { margin: 3px 3px 3px 0; }

.header
{
	color: white;
	font-family: "Lucida Grande", Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-shadow: #222 0 1px 3px;
}

.imlink { border: solid 1px silver; }
.red { background-color: #6a6a6a; }
.brown { background-color: #454545; }
.orange { background-color: #959595; }
.grey { background-color: #333; }
.small
{
	color: #eee;
	font-size: 10px;
	font-family: Geneva, "MS Sans Serif", Swiss, SunSans-Regular, sans-serif;
}

.xsmall
{
	color: #eee;
	font-size: 9px;
	font-family: Geneva, "MS Sans Serif", Swiss, SunSans-Regular, sans-serif;
}
