@charset "UTF-8";
/* CSS Document */

/***** tags *****/

*html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
div {
	padding:10px;
}
p {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}

h1 {
	font-size: 20pt;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.67em;
	padding-bottom: 10px;
}
/**** /tags *****/

/***** divs *****/

#left {
	height:100%;
	float:left;
	width:265px;
	background-color:#d8caa8;
}
#left a:link, #left a:visited {
	color: #284907;
}
#left p a:hover, #left a:active {
	color: #284907;
	background-color: #ffefc7;
}
#center {
	height:100%;
	float:left;
	width:265px;
	background-color:#ffcccc;
}
#center a:link, #center a:visited {
	color:#0000CC;
	text-decoration:underline;
}
#center a:hover, #center a:active {
	color:#0033ff;
}
#right {
	height:100%;
	float:left;
	width:265px;
	background-color:#8a2a1b;
}
#right a:link, #right a:visited {
	text-decoration:underline;
	color:#f5a759;
}
#right a:hover, #right a:active {
	text-decoration:none;
	color:#f59931;
}
#right p {
	color:#fef2c6;
}
/**** /divs *****/

/***** classes *****/



/**** /classes *****/

