.readonlystyle 
{
background: #ccc; 
}

body {
	background: #333333;
	color: #FFFFFF;
}

.center {
     width: 782px;
     overflow: hidden;
     margin: 10px auto auto auto;
     background: #FFFFFF;
}

.page {
	background: #FFFFFF;
	color: #000000;

}

h1 {
		color: #000000;
		border-bottom: 3px #000000 double;
		padding-bottom: 3px;
		margin-bottom: 1px;
		font-size: 26px;
		font-weight: bold;
		font-family: Garamond, Trebuchet MS, Georgia, Helvetica;
}

h2 {
		color: #000000;
		font-size: 18px;
		font-family: Trebuchet MS, ;
}

h3 {
		color: #000000;
		font-size: 12px;
		font-family: Arial;
}


p, td {
     font-size: 11px;
     font-family: tahoma;
     color: #333333;
}

.serif {
     font-size: 11px;
     font-family: georgia,;
}

.sidequote {
     font-size: 14px;
     color: #999999;
     font-family: tahoma;
     text-align: justify;
     text-justify: newspaper;
}

.chicken {
	color: white;
}

a {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  color: #CC00FF;
  text-decoration: none;
}

#main_links a {
	color: white;
	font-family: Trebuchet MS;
	font-size: 12px;
	}


