/* 
This file is released to the public domain.
Richard Stallman - http://www.stallman.org 
*/


body {
  color: #000000;
  background-color: #FFFFFF;
  margin: 0px 20px 0px 20px;
}


/* urgent action items*/
.column1 {
   width: 31%;
   float: left;
}


/* long term action items */
.column2 {
  width: 31%;
  float: left;
  border-left: solid 1px;
  border-right: solid 1px;
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
}

/* misc */
.column3 {
  width: 31%;
  float: left;
}

/* rest */
.rest {
  width: 100%;
  float: left;
}


:link {
	color: #1F00FF
}

:visited {
	color: #9900DD
}

:active {
	color: #FF0000
}

div.c3 {
	margin-left: 2em
}

div.c2 {
	text-align: center
}

h3.c1 {
	text-align: center
}

.titlelink {
	color: #000000
}

.fullwide {
	width: 900px;
}
