﻿body { background-image: url('layout_pics/background.jpg'); 
		font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(153, 102, 51);
	font-style: normal;
	font-weight: normal; }

p {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: rgb(153, 102, 51);
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

.special { color: 003300; }

a:link { color: rgb(0, 0, 255); }
a:active { color: rgb(128, 0, 128); }
a:visited { color: rgb(128, 0, 128); }

table { table-border-color-light: rgb(102, 153, 153);
		table-border-color-dark: rgb(51, 102, 102); }
		
	
h1 {
	text-align: center;
	font-weight: 150;
	color: #663300;
}
h2 {
	color: rgb(153, 102, 51);
	text-align: center;
	font-weight: 125;
}
h3 {
	color: rgb(153, 102, 51);
	text-align: center;
	font-weight: 100;
}

hr { separator-image: url(layout_pics/trahsepa.gif); }

button { background-color: rgb(204, 204, 102);
		color: rgb(0, 0, 0); }

ul {
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #006600;
	text-align: left;
}
