a:hover {text-decoration: none; color:#fdf7f2;}
a:link {text-decoration: none; color:#ffcccc;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}

a.foo:hover {text-decoration: none; color:#ff0066;}
a.foo:link {text-decoration: none; color:#660033;}
a.foo:visited {text-decoration: none;}
a:foo:active {text-decoration: none;}

.toprow {
  background-color: #993366;
	height: 28px;
	vertical-align: top;
	width: 100%;
}

.col1 {
  background-color: #fdf7f2;
	vertical-align: top;
	height: 356px;
	width: 265px; 
}

.col2 {
  background-color: #fdf7f2;
	height: 356px;
	width: 5px;
}

.col3 {
  text-align: left;
  background-color: #822453;
	vertical-align: bottom;
	height: 502px;
	width: 15px;
}

.col4 {
  text-align: right;
  background-color: #822453;
	vertical-align: bottom;
	height: 502px;
	width: 650px;
}

